From 376837d37c09f133e4360b0fb0dbafbed24f3027 Mon Sep 17 00:00:00 2001 From: servostar Date: Fri, 12 Apr 2024 22:55:03 +0200 Subject: [PATCH] fixed comment typ in lexer --- src/lex/lexer.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lex/lexer.l b/src/lex/lexer.l index d491001..c17fce5 100644 --- a/src/lex/lexer.l +++ b/src/lex/lexer.l @@ -6,8 +6,8 @@ int yylex(); %} -// disable the following functions -// to avoid failing code check +/* disable the following functions */ +/* to avoid failing code check */ %option nounput %option noinput