From 1e93bf0871ff1638dc1e4458d6dfe0529a9871e6 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 14 May 2002 00:30:25 +0000 Subject: Add framework for our kernel printf enhancements. --- contrib/gcc/c-common.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'contrib/gcc/c-common.h') 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; -- cgit v1.1