This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
zoo/zoo-gcc4.patch
2005-04-05 11:09:28 +00:00

10 lines
234 B
Diff

--- zoo-2.10.orig/ar.h 2005-04-05 10:53:38.000000000 +0200
+++ zoo-2.10/ar.h 2005-04-05 10:52:12.000000000 +0200
@@ -117,7 +117,6 @@
void move_left();
#else
# define MOVE_LEFT memmove
- extern VOIDPTR memmove();
#endif
#if 0