We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709b45f commit 1927fb2Copy full SHA for 1927fb2
src/ansi-c/scanner.l
@@ -206,8 +206,6 @@ gcc_ext_float_suffix [wWqQ]|[dD][fFdDlL]?|"f16"|"f32"|"f64"|"f128"|"f32x"|"f6
206
float {float1}|{float2}|{float3}|{hexfloat1}|{hexfloat2}|{hexfloat3}
207
float_s {float}{float_suffix}|{integer}[fF]
208
gcc_ext_float_s {float}{gcc_ext_float_suffix}
209
-bitvector {binary}[bB]
210
-bitvector_u {binary}([uU][bB]|[bB][uU])
211
cppstart {ws}"#"{ws}
212
cpplineno {cppstart}"line"*{ws}{integer}{ws}.*{newline}
213
cppdirective {cppstart}.*
0 commit comments