OSDN Git Service

* cp-names.y: Add prototype for yylex.
authorkettenis <kettenis>
Sun, 20 Mar 2005 16:26:44 +0000 (16:26 +0000)
committerkettenis <kettenis>
Sun, 20 Mar 2005 16:26:44 +0000 (16:26 +0000)
gdb/cp-names.y

index 589d8d9..889ef91 100644 (file)
@@ -145,6 +145,7 @@ static struct demangle_component *d_binary (const char *,
 #define yytable         cpname_yytable
 #define yycheck         cpname_yycheck
 
+int yyparse (void);
 static int yylex (void);
 static void yyerror (char *);