OSDN Git Service

* Makefile.in (jcf-parse.o): Depend on $(PARSE_H).
[pf3gnuchains/gcc-fork.git] / gcc / java / parse-scan.y
index 25f87c8..a8f6df6 100644 (file)
@@ -41,6 +41,7 @@ definitions and other extensions.  */
 #include "system.h"
 
 #include "obstack.h"
+#include "toplev.h"
 
 extern char *input_filename;
 extern FILE *finput, *out;
@@ -1178,7 +1179,7 @@ void reset_report ()
 
 void
 yyerror (msg)
-     char *msg;
+     char *msg ATTRIBUTE_UNUSED;
 {
 }