From ae257493b6eaf58c0033d891497642dca0ec10ca Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 3 Feb 2000 15:01:25 +0000 Subject: Fix an ISO-C++ problem. --- games/xbill/files/patch-ae | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/xbill/files/patch-ae diff --git a/games/xbill/files/patch-ae b/games/xbill/files/patch-ae new file mode 100644 index 00000000000..0a8dd3ecf24 --- /dev/null +++ b/games/xbill/files/patch-ae @@ -0,0 +1,11 @@ +--- Cable.h.orig Thu Jan 23 08:22:49 1997 ++++ Cable.h Tue Jan 11 23:39:25 2000 +@@ -13,7 +13,7 @@ + void setup(); + void draw(); + void update(); +- onspark (int locx, int locy); ++ int onspark (int locx, int locy); + + }; + -- cgit