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:
parent
e9dc3b38b2
commit
e85cda7cd9
1 changed files with 2 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue