diff options
Diffstat (limited to 'contrib/patch/quotearg.h')
-rw-r--r-- | contrib/patch/quotearg.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/patch/quotearg.h b/contrib/patch/quotearg.h deleted file mode 100644 index f32f919..0000000 --- a/contrib/patch/quotearg.h +++ /dev/null @@ -1,9 +0,0 @@ -/* quote.h -- declarations for quoting system arguments */ - -#if defined __STDC__ || __GNUC__ -# define __QUOTEARG_P(args) args -#else -# define __QUOTEARG_P(args) () -#endif - -size_t quote_system_arg __QUOTEARG_P ((char *, char const *)); |