diff options
author | Michael Forney <mforney@mforney.org> | 2019-02-22 13:48:09 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-02-22 13:50:49 -0800 |
commit | 3733978d9c7768baaeb6199c05bc98939c15c8cd (patch) | |
tree | 3c3de3fc328c69a26a0797896c217204a9f8ff0e /decl.h | |
parent | a056c878d1df67ff12e506d48653c48e9a1b001d (diff) |
Implement __builtin_nanf for empty string literals
Diffstat (limited to 'decl.h')
-rw-r--r-- | decl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ enum builtinkind { BUILTINVAEND, BUILTINOFFSETOF, BUILTINALLOCA, + BUILTINNANF, BUILTININFF, }; |