mirror of https://github.com/python/cpython.git
For THINK C 6.0
This commit is contained in:
parent
3bb5448767
commit
ff18df0eb3
|
@ -28,17 +28,12 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
******************************************************************/
|
******************************************************************/
|
||||||
|
|
||||||
/* Include files and extern declarations used by most of the parser.
|
/* Include files and extern declarations used by most of the parser. */
|
||||||
This is a precompiled header for THINK C. */
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef THINK_C
|
|
||||||
#define macintosh
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue