diff options
Diffstat (limited to 'devel/m6811-gcc/files/patch-gcc-ch-loop.c')
-rw-r--r-- | devel/m6811-gcc/files/patch-gcc-ch-loop.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/m6811-gcc/files/patch-gcc-ch-loop.c b/devel/m6811-gcc/files/patch-gcc-ch-loop.c deleted file mode 100644 index e44619746abb..000000000000 --- a/devel/m6811-gcc/files/patch-gcc-ch-loop.c +++ /dev/null @@ -1,13 +0,0 @@ ---- gcc/ch/loop.c.orig Mon Jan 11 14:17:29 1999 -+++ gcc/ch/loop.c Mon Aug 25 18:56:36 2003 -@@ -318,8 +318,8 @@ - (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: |