Skip to content

Commit f09851c

Browse files
author
Daniel Kroening
committed
cleanup
1 parent 820535d commit f09851c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ansi-c/scanner.l

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ decinteger [1-9]({digit}|"'")*{int_suffix}
160160
octinteger "0"({octdigit}|"'")*{int_suffix}
161161
hexinteger "0"[xX]{hexdigit}({hexdigit}|"'")*{int_suffix}
162162
integer_s {decinteger}|{bininteger}|{octinteger}|{hexinteger}
163-
octchar "\\"{octdigit}{1,3}
164-
hexchar "\\x"{hexdigit}+
165163
exponent [eE][+-]?{integer}
166164
fraction {integer}
167165
float1 {integer}"."{fraction}?({exponent})?

0 commit comments

Comments
 (0)