~ctwm/ctwm/trunk

« back to all changes in this revision

Viewing changes to parse_yacc.h

  • Committer: Matthew Fuller
  • Date: 2016-06-09 15:06:43 UTC
  • mto: This revision was merged to the branch mainline in revision 495.
  • Revision ID: fullermd@over-yonder.net-20160609150643-hw6wpqmkd7ftcanu
Now that we're pulling stdbool into ctwm.h, we can skip explicitly
mentioning it everywhere else.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#ifndef _CTWM_PARSE_YACC_H
5
5
#define _CTWM_PARSE_YACC_H
6
6
 
7
 
#include <stdbool.h>
8
 
 
9
7
void yyerror(char *s);
10
8
 
11
9
void InitGramVariables(void);