]> git.saurik.com Git - bison.git/blobdiff - src/system.h
(symbol_get): Don't cast LHS of an assignment;
[bison.git] / src / system.h
index bdf6becb9c5d7e94352fb9da5c8349ba30c77e17..68e62802e5e1815a39e02b7dcdba85cd10eca92b 100644 (file)
@@ -104,6 +104,20 @@ char *alloca ();
 /* From xstrndup.c.  */
 char *xstrndup PARAMS ((const char *s, size_t n));
 
+/* Finding `mallinfo' where available.  */
+#if HAVE_MALLOC_H
+# include <malloc.h>
+#endif
+
+
+/*----------------.
+| Using timevar.  |
+`----------------*/
+
+#include "timevar.h"
+extern int time_report;
+
+
 /*---------------------.
 | Missing prototypes.  |
 `---------------------*/