From ee2ca133bd99917011f802cd2d17879d96f1f413 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Sun, 15 Jan 2006 00:39:57 +0000 Subject: [PATCH] fix missing endif git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8443 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Swig/misc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/SWIG/Source/Swig/misc.c b/SWIG/Source/Swig/misc.c index 8e0009cf1..4eb3225e9 100644 --- a/SWIG/Source/Swig/misc.c +++ b/SWIG/Source/Swig/misc.c @@ -733,6 +733,7 @@ int Swig_scopename_check(String *s) { #if defined(HAVE_POPEN) extern FILE *popen(const char *command, const char *type); extern int pclose(FILE *stream); +#endif String *Swig_string_command(String *s) { String *res = NewStringEmpty();