Add macro handling extensions and line substitution support.

This commit is contained in:
Timothy Wall
2000-03-26 14:47:33 +00:00
parent d0b4722035
commit 9f10757c40
9 changed files with 160 additions and 82 deletions

View File

@ -94,6 +94,6 @@ extern int sb_skip_white PARAMS ((int, sb *));
extern int sb_skip_comma PARAMS ((int, sb *));
/* Actually in input-scrub.c. */
extern void input_scrub_include_sb PARAMS ((sb *, char *));
extern void input_scrub_include_sb PARAMS ((sb *, char *, int));
#endif /* SB_H */