summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/c-format.h
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2007-05-19 03:09:31 +0000
committerkan <kan@FreeBSD.org>2007-05-19 03:09:31 +0000
commitdc056840721f996564be73ad0d781a8a45da0b91 (patch)
tree2038990e190dd3e1a68af93db0ca8c662a51795c /contrib/gcc/c-format.h
parent23d2c3da1f7f0d51240001b45f58c6cff4fe3e63 (diff)
downloadFreeBSD-src-dc056840721f996564be73ad0d781a8a45da0b91.zip
FreeBSD-src-dc056840721f996564be73ad0d781a8a45da0b91.tar.gz
Add FMT_FLAG_NULL_FORMAT_OK flag.
Diffstat (limited to 'contrib/gcc/c-format.h')
-rw-r--r--contrib/gcc/c-format.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gcc/c-format.h b/contrib/gcc/c-format.h
index 5fa544d..dc11645 100644
--- a/contrib/gcc/c-format.h
+++ b/contrib/gcc/c-format.h
@@ -74,11 +74,12 @@ enum
FMT_FLAG_EMPTY_PREC_OK = 64,
/* Gaps are allowed in the arguments with $ operand numbers if all
arguments are pointers (scanf). */
- FMT_FLAG_DOLLAR_GAP_POINTER_OK = 128
+ FMT_FLAG_DOLLAR_GAP_POINTER_OK = 128,
/* Not included here: details of whether width or precision may occur
(controlled by width_char and precision_char); details of whether
'*' can be used for these (width_type and precision_type); details
of whether length modifiers can occur (length_char_specs). */
+ FMT_FLAG_NULL_FORMAT_OK = 256
};
OpenPOWER on IntegriCloud