diff options
Diffstat (limited to 'contrib/patch/argmatch.h')
-rw-r--r-- | contrib/patch/argmatch.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/patch/argmatch.h b/contrib/patch/argmatch.h deleted file mode 100644 index e95ff62..0000000 --- a/contrib/patch/argmatch.h +++ /dev/null @@ -1,12 +0,0 @@ -/* argmatch.h -- declarations for matching arguments against option lists */ - -#if defined __STDC__ || __GNUC__ -# define __ARGMATCH_P(args) args -#else -# define __ARGMATCH_P(args) () -#endif - -int argmatch __ARGMATCH_P ((const char *, const char * const *)); -void invalid_arg __ARGMATCH_P ((const char *, const char *, int)); - -extern char const program_name[]; |