summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/c-common.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-14 00:30:25 +0000
committerobrien <obrien@FreeBSD.org>2002-05-14 00:30:25 +0000
commit1e93bf0871ff1638dc1e4458d6dfe0529a9871e6 (patch)
tree86398e3fcc5ae1a4fad1cd40377f2650fbec5667 /contrib/gcc/c-common.h
parenta10a1944b6e10a27f5891b9e0ea2e52e8b4c2e19 (diff)
downloadFreeBSD-src-1e93bf0871ff1638dc1e4458d6dfe0529a9871e6.zip
FreeBSD-src-1e93bf0871ff1638dc1e4458d6dfe0529a9871e6.tar.gz
Add framework for our kernel printf enhancements.
Diffstat (limited to 'contrib/gcc/c-common.h')
-rw-r--r--contrib/gcc/c-common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/gcc/c-common.h b/contrib/gcc/c-common.h
index df74f2e..4d2d476 100644
--- a/contrib/gcc/c-common.h
+++ b/contrib/gcc/c-common.h
@@ -19,6 +19,8 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */
+/* $FreeBSD$ */
+
#ifndef GCC_C_COMMON_H
#define GCC_C_COMMON_H
@@ -433,6 +435,10 @@ extern int flag_isoc94;
extern int flag_isoc99;
+/* Nonzero means allow the BSD kernel printf enhancments. */
+
+extern int flag_bsd_format;
+
/* Nonzero means environment is hosted (i.e., not freestanding) */
extern int flag_hosted;
OpenPOWER on IntegriCloud