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(); };