aboutsummaryrefslogtreecommitdiff
path: root/gcc/treelang/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/treelang/parse.y')
-rw-r--r--gcc/treelang/parse.y5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/treelang/parse.y b/gcc/treelang/parse.y
index 5222a885dcf..f0f721d5545 100644
--- a/gcc/treelang/parse.y
+++ b/gcc/treelang/parse.y
@@ -59,9 +59,10 @@
/* My yylex routine used to intercept calls to flex generated code, to
record lex time. */
int yylex (void);
-static inline int my_yylex(void);
+static inline int my_yylex (void);
/* Call lex, but ensure time is charged to TV_LEX. */
-static inline int my_yylex ()
+static inline int
+my_yylex (void)
{
int res;
timevar_push (TV_LEX);