diff options
Diffstat (limited to 'decl.h')
-rw-r--r-- | decl.h | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -13,15 +13,15 @@ enum linkage { }; enum builtinkind { - BUILTINVALIST, - BUILTINVASTART, + BUILTINALLOCA, + BUILTININFF, + BUILTINNANF, + BUILTINOFFSETOF, BUILTINVAARG, BUILTINVACOPY, BUILTINVAEND, - BUILTINOFFSETOF, - BUILTINALLOCA, - BUILTINNANF, - BUILTININFF, + BUILTINVALIST, + BUILTINVASTART, }; struct declaration { |