generated parser will insert prototype before first func usage.
Bison and byacc order the output sections differently. Also
make function static.
#define YYDEBUG 0 /* Default to no yydebug support */
#endif
+static void
+write_lower_upper_value PARAMS ((enum exp_opcode, struct type *type));
+
int
yyparse PARAMS ((void));
return (ILLEGAL_TOKEN);
}
-void
+static void
write_lower_upper_value (opcode, type)
enum exp_opcode opcode; /* Either UNOP_LOWER or UNOP_UPPER */
struct type *type;