Merge FreeBSD modifications into gcc 3.2.1-prerelease:

1.2  framework for our kernel printf enhancements
  1.3  suppress prototype warning for K&R main

Approved by:	obrien
This commit is contained in:
Alexander Kabaev 2002-09-17 04:10:25 +00:00
parent ec07fe3019
commit b8bb8eab99
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103452

View File

@ -474,6 +474,11 @@ extern int warn_conversion;
extern int warn_long_long;
/* Nonzero means the expression being parsed will never be evaluated.
This is a count, since unevaluated expressions can nest. */
extern int skip_evaluation;
/* C types are partitioned into three subsets: object, function, and
incomplete types. */
#define C_TYPE_OBJECT_P(type) \