remove scribbled text from unit test
[debian/pforth] / csrc / pf_types.h
index e35417a1eb01475717f3a220edd8d7f3cd42fabc..52ad9f7c5a2c8f3c5d5097778948cc5a7626f73f 100644 (file)
 ** 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
-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