=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Attic/sprite.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/make/Attic/sprite.h 1996/11/30 21:09:03 1.3 --- src/usr.bin/make/Attic/sprite.h 1998/02/22 19:57:34 1.4 *************** *** 1,4 **** ! /* $OpenBSD: sprite.h,v 1.3 1996/11/30 21:09:03 millert Exp $ */ /* $NetBSD: sprite.h,v 1.6 1996/11/06 17:59:22 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: sprite.h,v 1.4 1998/02/22 19:57:34 mickey Exp $ */ /* $NetBSD: sprite.h,v 1.6 1996/11/06 17:59:22 christos Exp $ */ /* *************** *** 59,68 **** typedef int Boolean; #ifndef TRUE #define TRUE 1 ! #endif TRUE #ifndef FALSE #define FALSE 0 ! #endif FALSE /* * Functions that must return a status can return a ReturnStatus to --- 59,68 ---- typedef int Boolean; #ifndef TRUE #define TRUE 1 ! #endif /* TRUE */ #ifndef FALSE #define FALSE 0 ! #endif /* FALSE */ /* * Functions that must return a status can return a ReturnStatus to *************** *** 93,99 **** #define USER_NIL 0 #ifndef NULL #define NULL 0 ! #endif NULL /* * An address is just a pointer in C. It is defined as a character pointer --- 93,99 ---- #define USER_NIL 0 #ifndef NULL #define NULL 0 ! #endif /* NULL */ /* * An address is just a pointer in C. It is defined as a character pointer