Mercurial > hg > CbC > old > device
comparison mc-macro.c @ 364:c29eebf3eaf4 local-label-indirect-goto
local label and indirect goto.
author | kono |
---|---|
date | Tue, 06 Jul 2004 17:55:40 +0900 |
parents | f3f2b7906d50 |
children | 818505dd6e1f |
comparison
equal
deleted
inserted
replaced
363:f3f2b7906d50 | 364:c29eebf3eaf4 |
---|---|
163 static int macro_if_depth ; | 163 static int macro_if_depth ; |
164 static int macro_if_current ; | 164 static int macro_if_current ; |
165 static int macro_if_skip ; | 165 static int macro_if_skip ; |
166 | 166 |
167 /* there may extra non-terminate comment after #if/#else directive */ | 167 /* there may extra non-terminate comment after #if/#else directive */ |
168 /* #endif /* hoge */ | 168 /* #endif / * hoge */ |
169 /* */ | 169 /* */ |
170 /* */ | 170 /* */ |
171 | 171 |
172 static int | 172 static int |
173 skip_rest_of_line() | 173 skip_rest_of_line() |