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
|
|
@ -1,43 +0,0 @@
|
|||
/****************************************************************************
|
||||
* 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 _SWIGCPP_H
|
||||
#define _SWIGCPP_H
|
||||
|
||||
#include "swigcore.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int SWIG_expr(DOH *s, int *error);
|
||||
extern char *SWIG_expr_error(void);
|
||||
extern void SWIG_expr_init();
|
||||
|
||||
extern DOH *SWIG_cpp_define(DOH *str, int swigmacro);
|
||||
extern void SWIG_cpp_undef(DOH *name);
|
||||
extern void SWIG_cpp_init();
|
||||
extern DOH *SWIG_cpp_parse(DOH *s);
|
||||
extern void SWIG_cpp_include_all(int);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue