-void gram_error (location_t *loc, const char *msg);
-int gram_parse (void *control);
-
-/* The sort of braced code we are in. */
-typedef enum braced_code_e
- {
- action_braced_code,
- destructor_braced_code,
- printer_braced_code
- } braced_code_t;
-/* FIXME: This is really a dirty hack which demonstrates that we
- should probably not try to parse the actions now. */
-extern braced_code_t current_braced_code;