-
-/* The sort of braced code we are in. */
-typedef enum
- {
- action_braced_code,
- destructor_braced_code,
- printer_braced_code
- } braced_code;
-/* FIXME: This is really a dirty hack which demonstrates that we
- should probably not try to parse the actions now. */
-extern braced_code current_braced_code;