summaryrefslogtreecommitdiffstats
path: root/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'parser.y')
-rw-r--r--parser.y5
1 files changed, 0 insertions, 5 deletions
diff --git a/parser.y b/parser.y
index e878d636..c5e843fb 100644
--- a/parser.y
+++ b/parser.y
@@ -1305,11 +1305,6 @@ const int have_yydebug = YYDEBUG;
int yylex(YYSTYPE *, yyscan_t scanner);
-/* C99 inline instantiations. */
-#if __STDC_VERSION__ >= 199901L
-val rlcp(val to, val from);
-#endif
-
void yydebug_onoff(int val)
{
#if YYDEBUG