Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison eval.c @ 107:33954a07d013
__unused -> UNUSED
author | David A. Holland |
---|---|
date | Tue, 11 Jun 2013 12:15:47 -0400 |
parents | 408331be8792 |
children | 1d2bad7151f9 |
comparison
equal
deleted
inserted
replaced
106:ecec7c16e3ba | 107:33954a07d013 |
---|---|
130 struct token { | 130 struct token { |
131 struct place place; | 131 struct place place; |
132 enum tokens tok; | 132 enum tokens tok; |
133 int val; | 133 int val; |
134 }; | 134 }; |
135 DECLARRAY(token, static __unused); | 135 DECLARRAY(token, static UNUSED); |
136 DEFARRAY(token, static); | 136 DEFARRAY(token, static); |
137 | 137 |
138 static struct tokenarray tokens; | 138 static struct tokenarray tokens; |
139 | 139 |
140 static | 140 static |