]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - monop/monop.h
Make these compile on the PowerPC (an unsigned char system).
[bsdgames-darwin.git] / monop / monop.h
index 1f6110c1ae17c5a64b7330f2fe386f0d237073c1..1c7b161d818af7b2c4c7468361827f470e71dc9a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: monop.h,v 1.3 1995/03/23 08:35:00 cgd Exp $    */
+/*     $NetBSD: monop.h,v 1.5 1997/03/29 20:42:25 thorpej Exp $        */
 
 /*
  * Copyright (c) 1980, 1993
  */
 
 # include      <stdio.h>
+# include      <stdlib.h>
+# include      <string.h>
 
 # define       reg     register
+#ifdef __CHAR_UNSIGNED__
+# define       shrt    short
+#else
 # define       shrt    char
+#endif
 # define       bool    char
 # define       unsgn   unsigned