aboutsummaryrefslogtreecommitdiff
path: root/decl.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-02-22 13:48:09 -0800
committerMichael Forney <mforney@mforney.org>2019-02-22 13:50:49 -0800
commit3733978d9c7768baaeb6199c05bc98939c15c8cd (patch)
tree3c3de3fc328c69a26a0797896c217204a9f8ff0e /decl.h
parenta056c878d1df67ff12e506d48653c48e9a1b001d (diff)
Implement __builtin_nanf for empty string literals
Diffstat (limited to 'decl.h')
-rw-r--r--decl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/decl.h b/decl.h
index db6a28c..314926b 100644
--- a/decl.h
+++ b/decl.h
@@ -20,6 +20,7 @@ enum builtinkind {
BUILTINVAEND,
BUILTINOFFSETOF,
BUILTINALLOCA,
+ BUILTINNANF,
BUILTININFF,
};