]> andersk Git - splint.git/blobdiff - src/cscanner.l
- library fixes:
[splint.git] / src / cscanner.l
index b1e7d78a136d26faf26d5174c3fcf47fe39b898d..1a8e618a50db271bf45852a896f3ef8fb8391de3 100644 (file)
@@ -269,6 +269,7 @@ static void setTokLengthT (size_t len)
 
 "volatile"     { setTokLength (8); RETURN_TOK (QVOLATILE); }
 "const"                { setTokLength (5); RETURN_TOK (QCONST); }
+"restrict"     { setTokLength (8); RETURN_TOK (QRESTRICT); }
 
                         /* some systems expect this! [gack!] */ 
 "__const"      { setTokLength (7); RETURN_TOK (QCONST); }
This page took 0.121736 seconds and 4 git commands to generate.