diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /games/golddig/files/patch-ab | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'games/golddig/files/patch-ab')
-rw-r--r-- | games/golddig/files/patch-ab | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/games/golddig/files/patch-ab b/games/golddig/files/patch-ab deleted file mode 100644 index 8edbc59ca95f..000000000000 --- a/games/golddig/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** scores.c~ Thu Dec 14 20:40:34 1989 ---- scores.c Sun Nov 20 01:51:07 1994 -*************** -*** 9,15 **** - #include <X11/keysym.h> - #include "golddig.h" - -! char *getenv(),*sprintf(); - - #define NUMHIGH 15 /* Number of high scores that will be remembered */ - ---- 9,15 ---- - #include <X11/keysym.h> - #include "golddig.h" - -! char *getenv()/*,*sprintf()*/; - - #define NUMHIGH 15 /* Number of high scores that will be remembered */ - |