4f12f860b5
fix a build error when using gcc 3. Also bumps PKGREVISION.
15 lines
693 B
Text
15 lines
693 B
Text
$NetBSD: patch-ah,v 1.8 2003/12/18 15:44:24 ben Exp $
|
|
|
|
--- gcc/ch/loop.c.orig 1999-01-11 05:17:29.000000000 -0800
|
|
+++ gcc/ch/loop.c
|
|
@@ -318,8 +318,8 @@ the 'increment_temps' step must incremen
|
|
(associated with all iterators).
|
|
|
|
NOTE: Z.200, section 10.1 says that a block is ...
|
|
- "the actions statement list in a do action, including any
|
|
- loop counter and while control". This means that an exp-
|
|
+ ``the actions statement list in a do action, including any
|
|
+ loop counter and while control''. This means that an exp-
|
|
ression in a WHILE control can include references to the
|
|
loop counters created for the loop''s exclusive use.
|
|
Example:
|