aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-21 15:10:47 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-21 15:10:47 +0000
commit795f114c71b80f0a4d08bb7c421fd7ea5425b8e8 (patch)
tree048499090f5f9dd3788c0221d4302c57ee778389 /src
parent3479d0872c6172aec1459de6bb5ddf078f975190 (diff)
downloadcflow-795f114c71b80f0a4d08bb7c421fd7ea5425b8e8.tar.gz
cflow-795f114c71b80f0a4d08bb7c421fd7ea5425b8e8.tar.bz2
(types): Add "restrict".
Diffstat (limited to 'src')
-rw-r--r--src/c.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c.l b/src/c.l
index ba1404b..eb4f503 100644
--- a/src/c.l
+++ b/src/c.l
@@ -178,6 +178,7 @@ static char *types[] = {
"int",
"long",
"register",
+ "restrict",
"short",
"signed",
"unsigned",

Return to:

Send suggestions and report system problems to the System administrator.