Renamining
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@102 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3dfb1aba02
commit
8cf944f555
3 changed files with 124 additions and 126 deletions
41
SWIG/Source/Preprocessor/preprocessor.h
Normal file
41
SWIG/Source/Preprocessor/preprocessor.h
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
/****************************************************************************
|
||||
* Simplified Wrapper and Interface Generator (SWIG)
|
||||
*
|
||||
* Author : David Beazley
|
||||
*
|
||||
* Department of Computer Science
|
||||
* University of Chicago
|
||||
* 1100 E 58th Street
|
||||
* Chicago, IL 60637
|
||||
* beazley@cs.uchicago.edu
|
||||
*
|
||||
* Please read the file LICENSE for the copyright and terms by which SWIG
|
||||
* can be used and distributed.
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef _PREPROCESSOR_H
|
||||
#define _PREPROCESSOR_H
|
||||
|
||||
#include "swig.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int Preprocessor_expr(DOH *s, int *error);
|
||||
extern char *Preprocessor_expr_error(void);
|
||||
extern DOH *Preprocessor_define(DOH *str, int swigmacro);
|
||||
extern void Preprocessor_undef(DOH *name);
|
||||
extern void Preprocessor_init();
|
||||
extern DOH *Preprocessor_parse(DOH *s);
|
||||
extern void Preprocessor_include_all(int);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue