V25 with 64-bit support
[pforth] / csrc / pf_types.h
index e35417a..52ad9f7 100644 (file)
 ** Type Declarations\r
 ***************************************************************/\r
 \r
 ** Type Declarations\r
 ***************************************************************/\r
 \r
-#ifndef uint32\r
-       typedef unsigned long uint32;\r
-#endif\r
-#ifndef int16\r
-       typedef signed short int16;\r
-#endif\r
-#ifndef uint16\r
-       typedef unsigned short uint16;\r
-#endif\r
-#ifndef int8\r
-       typedef signed char int8;\r
-#endif\r
-#ifndef uint8\r
-       typedef unsigned char uint8;\r
-#endif\r
 #ifndef Err\r
        typedef long Err;\r
 #endif\r
 \r
 #ifndef Err\r
        typedef long Err;\r
 #endif\r
 \r
-typedef int32  cell;\r
-typedef uint32 ucell;\r
-typedef cell  *dicptr;\r
+typedef cell_t  *dicptr;\r
 \r
 typedef char  ForthString;\r
 typedef char *ForthStringPtr;\r
 \r
 typedef char  ForthString;\r
 typedef char *ForthStringPtr;\r