aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/lex.h')
-rw-r--r--gcc/java/lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/lex.h b/gcc/java/lex.h
index 7f42fb4..9579036 100644
--- a/gcc/java/lex.h
+++ b/gcc/java/lex.h
@@ -158,7 +158,7 @@ typedef struct java_lexer
} java_lexer;
/* Destroy a lexer object. */
-extern void java_destroy_lexer PARAMS ((java_lexer *));
+extern void java_destroy_lexer (java_lexer *);
#define JAVA_LINE_MAX 80