changeset 32224:592adc6b8901

maint: Merge stable to default
author Arun Giridhar <arungiridhar@gmail.com>
date Tue, 01 Aug 2023 13:17:41 -0400
parents 4e73ee829e04 (current diff) 17529acb5248 (diff)
children fe19c03876a1
files libinterp/parse-tree/lex.ll
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/parse-tree/lex.ll	Sat Jul 29 21:37:35 2023 +0200
+++ b/libinterp/parse-tree/lex.ll	Tue Aug 01 13:17:41 2023 -0400
@@ -344,7 +344,7 @@
 S       [ \t]
 NL      ((\n)|(\r)|(\r\n))
 CCHAR   [#%]
-IDENT   ([_$a-zA-Z][_$a-zA-Z0-9]*)
+IDENT   ([_a-zA-Z][_a-zA-Z0-9]*)
 FQIDENT ({IDENT}({S}*\.{S}*{IDENT})*)
 
 %{