Verified typedefs
authorBernard Blackham <[email protected]>
Wed, 23 Jun 2004 02:25:03 +0000 (02:25 +0000)
committerBernard Blackham <[email protected]>
Wed, 23 Jun 2004 02:25:03 +0000 (02:25 +0000)
ROM2/types.h

index 360ad58..083842a 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _TYPES_H_
 #define _TYPES_H_
 
-/* FIXME: are these typedefs right for m68hc11-gcc? */
-/*   XXX: see gcc manual for types */
 typedef unsigned char    u8;
 typedef signed char      s8;
 typedef unsigned short   u16;
@@ -12,5 +10,4 @@ typedef signed long      s32;
 typedef u8               bool;
 typedef u16              addr_t;
 
-
 #endif /* _TYPES_H_ */

UCC git Repository :: git.ucc.asn.au