-/* DERIVES[SYMBOL - NTOKENS] points to a vector of the number of the
- rules that SYMBOL derives, terminated with -1. */
-extern rule_number_t **derives;
+# include "gram.h"
+
+/* DERIVES[SYMBOL - NTOKENS] points to a vector of the rules that
+ SYMBOL derives, terminated with NULL. */
+extern rule ***derives;