aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/source/main.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-09-26 23:03:16 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-09-26 23:03:16 +0000
commitdc05dfe881d86f2bf5f6c0c9ccf8d847a6ec376d (patch)
treedc411f38745b75f86f2113d283607f31c83542aa /externals/grill/py/source/main.cpp
parentdb005cd335dbdecbf2e555c92a40d6ffdea0ca96 (diff)
""
svn path=/trunk/; revision=2057
Diffstat (limited to 'externals/grill/py/source/main.cpp')
-rw-r--r--externals/grill/py/source/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/py/source/main.cpp b/externals/grill/py/source/main.cpp
index 6a28acc9..8c46b037 100644
--- a/externals/grill/py/source/main.cpp
+++ b/externals/grill/py/source/main.cpp
@@ -31,8 +31,8 @@ V py::lib_setup()
Py_Initialize();
#ifdef FLEXT_DEBUG
- Py_DebugFlag = 1;
-// Py_VerboseFlag = 1;
+// Py_DebugFlag = 1;
+ Py_VerboseFlag = 1;
#endif
#ifdef FLEXT_THREADS