From 40ec4fdc9a74bfdb83f13672acdb88af5c91ab46 Mon Sep 17 00:00:00 2001 From: delphij Date: Fri, 15 Jun 2007 07:06:13 +0000 Subject: Virgin import of diffutils 2.8.7. --- contrib/diff/lib/quotesys.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 contrib/diff/lib/quotesys.h (limited to 'contrib/diff/lib/quotesys.h') diff --git a/contrib/diff/lib/quotesys.h b/contrib/diff/lib/quotesys.h new file mode 100644 index 0000000..0d0d825 --- /dev/null +++ b/contrib/diff/lib/quotesys.h @@ -0,0 +1,9 @@ +/* quotesys.h -- declarations for quoting system arguments */ + +#if defined __STDC__ || __GNUC__ +# define __QUOTESYS_P(args) args +#else +# define __QUOTESYS_P(args) () +#endif + +size_t quote_system_arg __QUOTESYS_P ((char *, char const *)); -- cgit v1.1