commit | b2336529ef548181d53af151cf3fc116274846d6 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Mar 11 18:36:13 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Mar 11 18:36:13 2001 +0000 |
tree | 8c09d4a610d9524993fcba0d37a86fe0e9033625 | |
parent | 7069512bd0e09c28a448f21721364ce9c5daa713 [diff] |
Identifiers matching _[A-Z_]\w* are reserved for C implementations. May or may not be related to bug 407680 (obmalloc.c - looks like it's corrupted). This repairs the illegal vrbl names, but leaves a pile of illegal macro names (_THIS_xxx, _SYSTEM_xxx, _SET_HOOKS, _FETCH_HOOKS).