]> granicus.if.org Git - python/commitdiff
fix compile errors
authorBenjamin Peterson <benjamin@python.org>
Sun, 17 Aug 2008 01:27:30 +0000 (01:27 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 17 Aug 2008 01:27:30 +0000 (01:27 +0000)
Include/symtable.h

index 02cffb9f502a8057f86230642b41275affeabecb..32b4ebff33627dad9ed16b9e8a5fcd955511c4aa 100644 (file)
@@ -32,7 +32,7 @@ typedef struct _symtable_entry {
        PyObject *ste_children;  /* list of child ids */
        _Py_block_ty ste_type;   /* module, class, or function */
        int ste_unoptimized;     /* false if namespace is optimized */
-       int ste_nested : ;      /* true if block is nested */
+       int ste_nested;      /* true if block is nested */
        unsigned ste_free : 1;        /* true if block has free variables */
        unsigned ste_child_free : 1;  /* true if a child block has free vars,
                                         including free refs to globals */