/* Compute look-ahead criteria for bison,
- Copyright (C) 1984, 1986, 1989, 2000 Free Software Foundation, Inc.
+ Copyright 1984, 1986, 1989, 2000 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
-/* Map_goto maps a state/symbol pair into its numeric representation. */
+/*----------------------------------------------------------.
+| Map a state/symbol pair into its numeric representation. |
+`----------------------------------------------------------*/
static int
map_goto (int state, int symbol)
high = middle - 1;
}
- berror ("map_goto");
-/* NOTREACHED */
+ assert (0);
+ /* NOTREACHED */
return 0;
}