Removed reference to emit_hex (see note in code).

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@278 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-02-27 02:33:05 +00:00
commit e85cda7cd9

View file

@ -218,7 +218,8 @@ GUILE::headers (void)
fprintf (stderr, "Unable to locate 'guile.swg' in SWIG library.\n");
SWIG_exit (1);
}
emit_hex (f_header);
// <DB> I Removed a call to emit_hex() here. The pointer type-checking code
// should be included into guile.swg instead </DB>
} else {
fprintf (f_header, "#ifdef __cplusplus\n");
fprintf (f_header, "extern \"C\" {\n");