diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2006-07-02 17:19:26 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2006-07-02 17:19:26 +0000 |
commit | 105354f5f3ff2ee7a7d6bcd8bd66b01889e44057 (patch) | |
tree | 75539378100d5613c4a258cc1a5744094b74984e /numpy/f2py/lib/block_statements.py | |
parent | 7221c116a95457b61364c82875e2a912250fee98 (diff) | |
download | numpy-105354f5f3ff2ee7a7d6bcd8bd66b01889e44057.tar.gz |
Added more Fortran parser tests.
Diffstat (limited to 'numpy/f2py/lib/block_statements.py')
-rw-r--r-- | numpy/f2py/lib/block_statements.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/lib/block_statements.py b/numpy/f2py/lib/block_statements.py index 6a45c31a7..804a5549e 100644 --- a/numpy/f2py/lib/block_statements.py +++ b/numpy/f2py/lib/block_statements.py @@ -637,7 +637,7 @@ class Enum(BeginStatement): from statements import * from typedecl_statements import * -f2py_stmt = [ThreadSafe, FortranName, Depend, Check, CallStatement, +f2py_stmt = [Threadsafe, FortranName, Depend, Check, CallStatement, CallProtoArgument] access_spec = [Public, Private] |