summaryrefslogtreecommitdiffstats
path: root/Mac/Include/macdefs.h
Commit message (Collapse)AuthorAgeFilesLines
* Added include guards and C++ extern "C" {} constructs. Partial fix for #607253.Jack Jansen2002-09-101-0/+11
| | | | Bugfix candidate.
* Don't declare sync if we use gusi.Jack Jansen2000-07-141-0/+2
|
* ANSIfication step 2: make sure all needed prototypes are available, and all ↵Jack Jansen2000-07-111-2/+4
| | | | | | needed header files included.
* Removed THINK_C support.Jack Jansen2000-06-041-4/+0
|
* Removed hfsrunning() macro. This means MacPython won't run on MacOS 5 (oops, ↵Jack Jansen2000-06-021-3/+0
| | | | System 5) or earlier anymore:-)
* c2pstr has moved to a different include fileJack Jansen1997-05-071-3/+1
|
* Modified for (optional) use of MSLJack Jansen1997-04-081-2/+4
|
* Initial port to CodeWarrior CFM68K support (mainly by disablingJack Jansen1995-06-271-0/+3
| | | | unsupported features).
* More Pstring() stuff and some cosmeticsJack Jansen1995-01-181-0/+3
|
* Ported to CodeWarriorJack Jansen1994-12-141-0/+3
|
* Completed (hopefully) the unification of THINK 6.0 and MPW 3.2Guido van Rossum1994-08-291-10/+1
| | | | | | | versions -- they now share config.c and config.h, and statting is always done through macstat.[ch] (THINK's <stat.h> defines funny constants). Also the configuration of stdwin is done differently: you have to define USE_STDWIN to the compiler prefix.
* Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here.Guido van Rossum1994-08-191-0/+38