From c6e758972b19fad6f10a05d1fb3866d3db86cdbb Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 9 Mar 1993 05:15:15 +0000 Subject: [PATCH] Comment change. From-SVN: r3685 --- gcc/toplev.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/toplev.c b/gcc/toplev.c index 02ce71cf469..8d3d70be81b 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -354,6 +354,9 @@ int flag_fast_math = 0; /* Nonzero means all references through pointers are volatile. */ int flag_volatile; + +/* Nonzero means treat all global and extern variables as global. */ + int flag_volatile_global; /* Nonzero means just do syntax checking; don't output anything. */ -- 2.30.2