]> granicus.if.org Git - python/commitdiff
Remove sys_* defines that are internal only and about to disappear
authorGuido van Rossum <guido@python.org>
Mon, 5 May 1997 20:46:18 +0000 (20:46 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 5 May 1997 20:46:18 +0000 (20:46 +0000)
Include/rename2.h

index 7901ba70dbef6a0d1e1f5cf38c9ea4ad012418d1..3489f14cd62f6b4962369297fc39d54a6576b614 100644 (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