reload.c (loc_mentioned_in_p): Add missing braces to bind else to correct if.
authorGraham Stott <grahams@rcp.co.uk>
Tue, 20 Oct 1998 18:07:47 +0000 (12:07 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 20 Oct 1998 18:07:47 +0000 (12:07 -0600)

* reload.c (loc_mentioned_in_p): Add missing braces to bind
else to correct if.

From-SVN: r23204

gcc/ChangeLog

index 4177045..7ee925e 100644 (file)
@@ -1,3 +1,8 @@
+Tue Oct 20 10:04:51 1998  Graham  <grahams@rcp.co.uk>
+
+       * reload.c (loc_mentioned_in_p): Add missing braces to bind
+       else to correct if.
+
 Mon Oct 19 16:34:05 1998  Tom Tromey  <tromey@cygnus.com>
 
        * gcc.c (option_map): Added --classpath and --CLASSPATH.