diff options
Diffstat (limited to 'Include/mymath.h')
-rw-r--r-- | Include/mymath.h | 5 |
1 files changed, 5 insertions, 0 deletions
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... |