git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1062 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2001-03-23 21:37:23 +00:00
commit 5056e10996
21 changed files with 65 additions and 267 deletions

View file

@ -13,6 +13,8 @@
#include "wad.h"
#include <signal.h>
static char cvs[] = "$Header$";
/* Handler function */
static void handler(int signo, WadFrame *frame, char *ret) {
static char message[65536];

View file

@ -1,3 +1,4 @@
static char cvs[] = "$Header$";
extern "C" void tclwadinit();