]> git.saurik.com Git - bison.git/blobdiff - src/system.h
Point to an official beta.
[bison.git] / src / system.h
index 45427449e4f34f96c7f7644d19e0cfba9692d85a..6dd83bcfa97a1757ee96bc3b9cc8640299c906ee 100644 (file)
@@ -89,8 +89,15 @@ char *alloca ();
 # endif
 #endif
 
-/* FIXME: Autoconfiscate. */
-#include <limits.h>
+#if HAVE_LIMITS_H
+# include <limits.h>
+#endif
+#ifndef SHRT_MIN
+# define SHRT_MIN (-32768)
+#endif
+#ifndef SHRT_MAX
+# define SHRT_MAX 32767
+#endif
 
 # include "xalloc.h"