diff options
Diffstat (limited to 'Cython/Compiler/ModuleNode.py')
-rw-r--r-- | Cython/Compiler/ModuleNode.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Cython/Compiler/ModuleNode.py b/Cython/Compiler/ModuleNode.py index bc217be33..8cedcd663 100644 --- a/Cython/Compiler/ModuleNode.py +++ b/Cython/Compiler/ModuleNode.py @@ -487,9 +487,6 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode): code.putln("#ifndef __cdecl") code.putln(" #define __cdecl") code.putln("#endif") - code.putln(''); - code.putln('#define %s 0xB0000000B000B0BBLL' % Naming.default_error); - code.putln(''); self.generate_extern_c_macro_definition(code) code.putln("#include <math.h>") code.putln("#define %s" % Naming.api_guard_prefix + self.api_name(env)) |