Browse Source

restore accidentally broken type checking

David Rose 21 years ago
parent
commit
d237a46aec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/ffi/FFIConstants.py

+ 1 - 1
direct/src/ffi/FFIConstants.py

@@ -21,4 +21,4 @@ InterrogateModuleName = None
 wantComments = 1
 wantComments = 1
 
 
 # Should FFI output type assertions?
 # Should FFI output type assertions?
-wantTypeChecking = 0
+wantTypeChecking = 1