Use the stock 3.1 prerelease version of this for now.

This commit is contained in:
David E. O'Brien 2002-05-09 21:42:32 +00:00
parent 6e85a4c56a
commit bf6ecf8c61

View File

@ -19,11 +19,11 @@ 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_FLAGS_H
#define GCC_FLAGS_H
/* $FreeBSD$ */
/* Name of the input .c file being compiled. */
extern const char *main_input_filename;
@ -382,6 +382,11 @@ extern int flag_keep_inline_functions;
extern int flag_no_inline;
/* Nonzero means that we don't want inlining by virtue of -fno-inline,
not just because the tree inliner turned us off. */
extern int flag_really_no_inline;
/* Nonzero if we are only using compiler to check syntax errors. */
extern int flag_syntax_only;