Imported Upstream version 21
[debian/pforth] / csrc / pf_mac.h
1 /* @(#) pf_mac.h 98/01/26 1.2 */\r
2 #ifndef _pf_mac_h\r
3 #define _pf_mac_h\r
4 \r
5 /***************************************************************\r
6 ** Macintosh dependant include file for PForth, a Forth based on 'C'\r
7 **\r
8 ** Author: Phil Burk\r
9 ** Copyright 1994 3DO, Phil Burk, Larry Polansky, Devid Rosenboom\r
10 **\r
11 ** The pForth software code is dedicated to the public domain,\r
12 ** and any third party may reproduce, distribute and modify\r
13 ** the pForth software code or any derivative works thereof\r
14 ** without any compensation or license.  The pForth software\r
15 ** code is provided on an "as is" basis without any warranty\r
16 ** of any kind, including, without limitation, the implied\r
17 ** warranties of merchantability and fitness for a particular\r
18 ** purpose and their equivalents under the laws of any jurisdiction.\r
19 **\r
20 ***************************************************************/\r
21 \r
22 #include <CType.h>\r
23 #include <String.h>\r
24 \r
25 #include <StdLib.h>\r
26 #include <StdIO.h>\r
27 \r
28 \r
29 #ifdef PF_SUPPORT_FP\r
30         #include <Math.h>\r
31         \r
32         #ifndef PF_USER_FP\r
33                 #include "pf_float.h"\r
34         #else\r
35                 #include PF_USER_FP\r
36         #endif\r
37 #endif\r
38 \r
39 #endif /* _pf_mac_h */\r