diff options
Diffstat (limited to 'devel/cocktail/files/patch-reuse-c-ratc.h')
-rw-r--r-- | devel/cocktail/files/patch-reuse-c-ratc.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/cocktail/files/patch-reuse-c-ratc.h b/devel/cocktail/files/patch-reuse-c-ratc.h deleted file mode 100644 index 0d0ffc4e3be0..000000000000 --- a/devel/cocktail/files/patch-reuse-c-ratc.h +++ /dev/null @@ -1,15 +0,0 @@ ---- /usr/ports/devel/cocktail/work/cocktail-9309//./reuse/c/ratc.h Tue Feb 15 14:26:43 1994 -+++ ./reuse/c/ratc.h Fri Sep 10 13:35:03 2004 -@@ -38,4 +38,12 @@ - - typedef char * tString; - -+# ifdef __STDC__ -+# define ARGS(parameters) parameters -+# define NOARGS void -+# else -+# define ARGS(parameters) () -+# define NOARGS -+# endif -+ - # endif |