(Preprocessor_parse): Synch decl w/ definition in cpp.c.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@435 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Thien-Thi Nguyen 2000-05-11 07:49:25 +00:00
commit 7ae6625c0b

View file

@ -26,7 +26,7 @@ extern char *Preprocessor_expr_error(void);
extern DOH *Preprocessor_define(DOHString_or_char *str, int swigmacro);
extern void Preprocessor_undef(DOHString_or_char *name);
extern void Preprocessor_init();
extern DOH *Preprocessor_parse(DOHString *s);
extern DOH *Preprocessor_parse(DOH *s);
extern void Preprocessor_include_all(int);
#ifdef __cplusplus