summaryrefslogtreecommitdiff
path: root/devel/m6811-gcc/files/patch-gcc-ch-loop.c
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
commitb1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch)
treede86c8c77ebfec33fb4888f702c1c1fc593cce83 /devel/m6811-gcc/files/patch-gcc-ch-loop.c
parent- update for cairo release (diff)
Remove expired ports
Notes
Notes: svn path=/head/; revision=147349
Diffstat (limited to 'devel/m6811-gcc/files/patch-gcc-ch-loop.c')
-rw-r--r--devel/m6811-gcc/files/patch-gcc-ch-loop.c13
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: