-/* DERIVES[SYMBOL - NTOKENS] points to a vector of the number of the
- rules that SYMBOL derives, terminated with -1. */
-extern short **derives;
+/* DERIVES[SYMBOL - NTOKENS] points to a vector of the rules that
+ SYMBOL derives, terminated with NULL. */
+extern rule_t ***derives;