From e85cda7cd90cc0ba86a54dc3e08cce79eb0f0c43 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Sun, 27 Feb 2000 02:33:05 +0000 Subject: [PATCH] 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 --- Source/Modules1.1/guile.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Modules1.1/guile.cxx b/Source/Modules1.1/guile.cxx index f53fe2284..f6c9232a6 100644 --- a/Source/Modules1.1/guile.cxx +++ b/Source/Modules1.1/guile.cxx @@ -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); + // I Removed a call to emit_hex() here. The pointer type-checking code + // should be included into guile.swg instead } else { fprintf (f_header, "#ifdef __cplusplus\n"); fprintf (f_header, "extern \"C\" {\n");