diff options
Diffstat (limited to 'games-sports/gracer/files/gracer-0.1.5-gcc41.patch')
-rw-r--r-- | games-sports/gracer/files/gracer-0.1.5-gcc41.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-sports/gracer/files/gracer-0.1.5-gcc41.patch b/games-sports/gracer/files/gracer-0.1.5-gcc41.patch deleted file mode 100644 index 3877e76e577e..000000000000 --- a/games-sports/gracer/files/gracer-0.1.5-gcc41.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/common/gr_memory.h 2006-05-23 09:16:21.000000000 +0200 -+++ b/common/gr_memory.h 2006-05-23 09:16:40.000000000 +0200 -@@ -64,7 +64,7 @@ - void gr_dlist_free (GrDList *list); - - #define gr_FOREACH(l,p) \ -- for (; (l) != NULL && ((void *)(p) = (l)->data, 1); (l) = (l)->next) -+ for (; (l) != NULL && (p = (l)->data, 1); (l) = (l)->next) - - void gr_ref_incr (GrRef *ref); - void gr_ref_decr (GrRef *ref); |