From be3c7caf73a41a26c6314608a30c7a84be866a01 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Wed, 13 Feb 2008 02:58:13 -0800 Subject: [PATCH] Undo botched api -> pxd --- Cython/Compiler/Parsing.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cython/Compiler/Parsing.py b/Cython/Compiler/Parsing.py index fd64b1ec..8635642c 100644 --- a/Cython/Compiler/Parsing.py +++ b/Cython/Compiler/Parsing.py @@ -1875,8 +1875,6 @@ def p_c_modifiers(s): def p_c_func_or_var_declaration(s, level, pos, visibility = 'private', api = 0, overridable = False): cmethod_flag = level in ('c_class', 'c_class_pxd') - if level in ('c_class_pxd', 'module_pxd'): - api = 1 # default for pxd modifiers = p_c_modifiers(s) base_type = p_c_base_type(s) declarator = p_c_declarator(s, cmethod_flag = cmethod_flag, assignable = 1, nonempty = 1) -- 2.26.2