387.1.1
by Matthew Fuller
Bust out a lot of the m4 parsing handling from parse.c into a separate |
1 |
/*
|
2 |
* Parser internals that need to be shared across broken-up files
|
|
3 |
*/
|
|
484
by Matthew Fuller
Consistently rename all the include guards so they match the filename, |
4 |
#ifndef _CTWM_PARSE_INT_H
|
5 |
#define _CTWM_PARSE_INT_H
|
|
387.1.1
by Matthew Fuller
Bust out a lot of the m4 parsing handling from parse.c into a separate |
6 |
|
7 |
/* Stuff in parse_m4.c, if enabled */
|
|
8 |
#ifdef USEM4
|
|
9 |
FILE *start_m4(FILE *fraw); |
|
10 |
#endif
|
|
429
by Matthew Fuller
Add include guards to some header files that lack them, and shift some |
11 |
|
484
by Matthew Fuller
Consistently rename all the include guards so they match the filename, |
12 |
#endif /* _CTWM_PARSE_INT_H */ |