commit | 7e018909862a3fe6c571bbb7143f4ffb18ae834c | [log] [tgz] |
---|---|---|
author | Peter Schneider-Kamp <nowonder@nowonder.de> | Mon Jul 31 15:28:04 2000 +0000 |
committer | Peter Schneider-Kamp <nowonder@nowonder.de> | Mon Jul 31 15:28:04 2000 +0000 |
tree | ed39d496c16b58895a2620f43061bc9013c1deca | |
parent | 885082ca67d679a0d95218cb38babbcb10b92c3f [diff] [blame] |
merge Include/my*.h into Include/pyport.h marked my*.h as obsolete
diff --git a/Include/mymath.h b/Include/mymath.h index cba65e8..1bfd6dd 100644 --- a/Include/mymath.h +++ b/Include/mymath.h
@@ -1,3 +1,8 @@ +/*************************************** +THIS FILE IS OBSOLETE +USE "pyport.h" INSTEAD +***************************************/ + /* On the 68K Mac, when using CFM (Code Fragment Manager), <math.h> requires special treatment -- we need to surround it with #pragma lib_export off / on...