summaryrefslogtreecommitdiff
path: root/usr.bin/make/sprite.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-02-22 19:57:37 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-02-22 19:57:37 +0000
commit917a1dcdfbfc25be146d6b9bfb0b98ec6644609f (patch)
tree55243a0382e9c04883194083ef6a308eeed27a3b /usr.bin/make/sprite.h
parent3b09485a0f88ece4a0b21678704a64e1327fc344 (diff)
some ansi
Diffstat (limited to 'usr.bin/make/sprite.h')
-rw-r--r--usr.bin/make/sprite.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/make/sprite.h b/usr.bin/make/sprite.h
index bcd620ed594..b0ca5f8db15 100644
--- a/usr.bin/make/sprite.h
+++ b/usr.bin/make/sprite.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sprite.h,v 1.3 1996/11/30 21:09:03 millert Exp $ */
+/* $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,10 +59,10 @@
typedef int Boolean;
#ifndef TRUE
#define TRUE 1
-#endif TRUE
+#endif /* TRUE */
#ifndef FALSE
#define FALSE 0
-#endif FALSE
+#endif /* FALSE */
/*
* Functions that must return a status can return a ReturnStatus to
@@ -93,7 +93,7 @@ typedef int ReturnStatus;
#define USER_NIL 0
#ifndef NULL
#define NULL 0
-#endif NULL
+#endif /* NULL */
/*
* An address is just a pointer in C. It is defined as a character pointer