]> git.saurik.com Git - bison.git/blobdiff - src/nullable.h
(AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
[bison.git] / src / nullable.h
index af46c9c69a6ffaa30cb1fcef41ee5bc9a067ab4a..dbef4905b2407e95f45d0abcf2ec6dbd70cd5eab 100644 (file)
@@ -26,8 +26,8 @@
 extern bool *nullable;
 
 /* Set up NULLABLE. */
-extern void nullable_compute PARAMS((void));
+extern void nullable_compute (void);
 
 /* Free NULLABLE. */
-extern void nullable_free PARAMS((void));
+extern void nullable_free (void);
 #endif /* !NULLABLE_H_ */