Remove sys_* defines that are internal only and about to disappear

This commit is contained in:
Guido van Rossum 1997-05-05 20:46:18 +00:00
parent 9218b70bdc
commit 4a43cc67db
1 changed files with 0 additions and 3 deletions

View File

@ -64,9 +64,6 @@ PERFORMANCE OF THIS SOFTWARE.
#define TrueObject _Py_TrueStruct
#define debugging Py_DebugFlag
#define gram _PyParser_Grammar
#define sys_profile _PySys_ProfileFunc
#define sys_trace _PySys_TraceFunc
#define sys_checkinterval _PySys_CheckInterval
#define threads_started _PyThread_Started
#define tok_name _PyParser_TokenNames
#define verbose Py_VerboseFlag