From 6da89841fa0386b1fd6015fd1d93b5752a964e6c Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 19 Jul 2008 11:54:46 +0200 Subject: reverted rev 809 as it currently leads to crashes --- Cython/Compiler/ModuleNode.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'Cython/Compiler/ModuleNode.py') diff --git a/Cython/Compiler/ModuleNode.py b/Cython/Compiler/ModuleNode.py index b5d9a1098..68394529e 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 ") code.putln("#define %s" % Naming.api_guard_prefix + self.api_name(env)) -- cgit v1.2.1