+2005-03-20 Mark Kettenis <kettenis@gnu.org>
+
+ * cp-names.y: Add prototype for yylex.
+
2005-03-19 Daniel Jacobowitz <dan@codesourcery.com>
* dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR.
* Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a
more primitive library.
-2005-03-13 Mark Kettenis <kettenis@elgar.gnu.org>
+2005-03-13 Mark Kettenis <kettenis@gnu.org>
* inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead of
sprintf.
#define yytable cpname_yytable
#define yycheck cpname_yycheck
+int yyparse (void);
static int yylex (void);
static void yyerror (char *);