(flag_stack_check): New declaration.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 17 Jul 1997 15:25:20 +0000 (11:25 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 17 Jul 1997 15:25:20 +0000 (11:25 -0400)
From-SVN: r14468

gcc/flags.h

index f9b11dd6494d273be8f7393f5477b7f077047ba8..21eaed39dffbcdd2557e7b861ab1dc524bd2221c 100644 (file)
@@ -1,5 +1,5 @@
 /* Compilation switch flag definitions for GNU CC.
-   Copyright (C) 1987, 1988, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1987, 88, 94, 95, 96, 1997 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -369,6 +369,10 @@ extern int flag_gnu_linker;
 
 /* Tag all structures with __attribute__(packed) */
 extern int flag_pack_struct;
+
+/* Emit code to check for stack overflow; also may cause large objects
+   to be allocated dynamically.  */
+extern int flag_stack_check;
 \f
 /* Other basic status info about current function.  */