]> sjero.net Git - wget/blobdiff - src/wget.h
[svn] Remove K&R support.
[wget] / src / wget.h
index 38c8fbdeba8afde932f3ca2431cd178a9864c2a4..759825e7f46e362fff89c090512c75ea0875e097 100644 (file)
@@ -40,14 +40,6 @@ so, delete this exception statement from your version.  */
 # define NDEBUG
 #endif
 
-#ifndef PARAMS
-# if PROTOTYPES
-#  define PARAMS(args) args
-# else
-#  define PARAMS(args) ()
-# endif
-#endif
-
 /* `gettext (FOO)' is long to write, so we use `_(FOO)'.  If NLS is
    unavailable, _(STRING) simply returns STRING.  */
 #ifdef HAVE_NLS