diff options
Diffstat (limited to 'cad/gtkwave/files/patch-v2l_debug.h')
-rw-r--r-- | cad/gtkwave/files/patch-v2l_debug.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/cad/gtkwave/files/patch-v2l_debug.h b/cad/gtkwave/files/patch-v2l_debug.h deleted file mode 100644 index 0844fe975dea..000000000000 --- a/cad/gtkwave/files/patch-v2l_debug.h +++ /dev/null @@ -1,17 +0,0 @@ ---- src/helpers/v2l_debug.h.orig Sat May 11 00:28:43 2002 -+++ src/helpers/v2l_debug.h Sat May 11 00:30:02 2002 -@@ -79,14 +79,6 @@ - * memory leaks because of it. you have been warned. - */ - --#ifndef __sun__ --#ifndef alloca --#define alloca __alloca --#endif --#else --#include <alloca.h> --#endif -- - #define wave_alloca alloca - - |