git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@944 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-11-11 22:24:43 +00:00
commit cd1a07fe18
10 changed files with 123 additions and 129 deletions

View file

@ -156,11 +156,12 @@ extern long wad_steal_outarg(WadFrame *f, char *symbol, int argno, int *error);
extern char *wad_arg_string(WadFrame *f);
typedef struct {
const char *name;
char name[128];
long value;
} WadReturnFunc;
extern void wad_set_returns(WadReturnFunc *rf);
extern WadReturnFunc *wad_check_return(const char *name);
/* --- Debugging Interface --- */
@ -170,10 +171,10 @@ extern void wad_set_returns(WadReturnFunc *rf);
#define DEBUG_OBJECT 0x8
#define DEBUG_FILE 0x10
#define DEBUG_HOLD 0x20
#define DEBUG_RETURN 0x40
extern int wad_debug_mode;
extern char *wad_cplus_demangle(WadSymbol *wsym);
#ifdef __cplusplus