1/* 2 * Parser internals that need to be shared across broken-up files 3 */ 4#ifndef _CTWM_PARSE_INT_H 5#define _CTWM_PARSE_INT_H 6 7/* Stuff in parse_m4.c, if enabled */ 8#ifdef USEM4 9FILE *start_m4(FILE *fraw); 10#endif 11 12#endif /* _CTWM_PARSE_INT_H */ 13