Cleanup.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@387 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b0a4d41a5f
commit
78aaa04f05
1 changed files with 4 additions and 4 deletions
|
|
@ -20,12 +20,12 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int Preprocessor_expr(DOH *s, int *error);
|
||||
extern int Preprocessor_expr(DOHString *s, int *error);
|
||||
extern char *Preprocessor_expr_error(void);
|
||||
extern DOH *Preprocessor_define(DOH *str, int swigmacro);
|
||||
extern void Preprocessor_undef(DOH *name);
|
||||
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(DOH *s);
|
||||
extern DOH *Preprocessor_parse(DOHString *s);
|
||||
extern void Preprocessor_include_all(int);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue