diff options
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/generic/tk.h b/generic/tk.h index 0614866..7c686a3 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -22,14 +22,6 @@ #endif #ifndef _ANSI_ARGS_ -# ifndef NO_PROTOTYPES -# define _ANSI_ARGS_(x) x -# else -# define _ANSI_ARGS_(x) () -# endif -#endif - -#ifndef _ANSI_ARGS_ # ifndef NO_PROTOTYPES # define _ANSI_ARGS_(x) x # else |