From 9fa991b0c2907f490d4340c41cb9dee3590a8a58 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Fri, 16 Jun 2000 19:32:14 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@488 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Modules1.1/python.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Source/Modules1.1/python.h b/SWIG/Source/Modules1.1/python.h index faa72d72e..cf8d52040 100644 --- a/SWIG/Source/Modules1.1/python.h +++ b/SWIG/Source/Modules1.1/python.h @@ -68,7 +68,7 @@ public : have_defarg = 0; import_file = 0; use_kw = 0; - noopt = 0; + noopt = 1; hash = NewHash(); symbols = NewHash(); };