home *** CD-ROM | disk | FTP | other *** search
- /* (c) R&D Associates 1992-1997.
- All Rights Reserved.
-
- For Archimedes HC11.
-
- Build chc11.clb using:
-
- clint chc11.c -L+chc11.clb -G -I. %1 %2 %3 -3- -KB0 -Ab0 -An0 -Ah0 -Ai0
-
- */
-
- /* Force correct stuff even if the wrong compiler is specified. */
-
- #undef __TURBOC__
- #undef __BORLANDC__
- #undef __SC__
- #undef __ZTC__
- #undef zpage
- #undef no_init
- #undef monitor
- #undef non_banked
- #undef _handle
- #undef selector
- #undef _SIZEOF_INT
- #undef _SIZEOF_LONG
- #undef __TID__
- #undef MSC_VER
- #undef WIN32_LEAN_AND_MEAN
- #undef __FLAT__
- #undef __WIN32__
- #undef _WIN32
- #undef M_I86
- #undef _M_IX86
- #undef __declspec
- #undef __inline
- #undef __int64
- #undef __unaligned
-
-
- #pragma lint -w-tni
- #pragma lint -w-tns
- #pragma lint -w-rtm
-
-
- #define __TID__ 0
-
- #include "ctype.h"
- #include "errno.h"
- #include "float.h"
- #include "iccext.h"
- #include "icclbutl.h"
- #include "int6811.h"
- #include "io6811.h"
- #include "limits.h"
- #include "math.h"
- #include "setjmp.h"
- #include "stddef.h"
- #include "stdio.h"
- #include "stdlib.h"
- #include "string.h"
-
- /* End of file. */
-