From 23c2b99e9d23e726ede9442728272616e66d416f Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 4 Mar 2012 00:24:20 +0000 Subject: Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. Fixes Savannah bug #34530. --- configh.dos.template | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'configh.dos.template') diff --git a/configh.dos.template b/configh.dos.template index dd3d5e4..5624bd0 100644 --- a/configh.dos.template +++ b/configh.dos.template @@ -25,10 +25,10 @@ this program. If not, see . */ #if __DJGPP__ > 2 || __DJGPP_MINOR__ > 1 -/* Define to 1 if `sys_siglist' is declared by or . */ +/* Define to 1 if 'sys_siglist' is declared by or . */ # define SYS_SIGLIST_DECLARED 1 -/* Define to 1 if the C library defines the variable `_sys_siglist'. */ +/* Define to 1 if the C library defines the variable '_sys_siglist'. */ # define HAVE_DECL_SYS_SIGLIST 1 #else @@ -41,13 +41,13 @@ this program. If not, see . */ /* Use high resolution file timestamps if nonzero. */ #define FILE_TIMESTAMP_HI_RES 0 -/* Define to 1 if you have `alloca', as a function or macro. */ +/* Define to 1 if you have 'alloca', as a function or macro. */ #define HAVE_ALLOCA 1 /* Define to 1 if you have the fdopen function. */ #define HAVE_FDOPEN 1 -/* Define to 1 if you have the `getgroups' function. */ +/* Define to 1 if you have the 'getgroups' function. */ #define HAVE_GETGROUPS 1 /* Define to 1 if you have the header file. */ @@ -56,18 +56,18 @@ this program. If not, see . */ /* Define to 1 if you have the mkstemp function. */ #define HAVE_MKSTEMP 1 -/* Define to 1 if you have the `mktemp' function. */ +/* Define to 1 if you have the 'mktemp' function. */ #define HAVE_MKTEMP 1 -/* Define to 1 if you have the `setlinebuf' function. */ +/* Define to 1 if you have the 'setlinebuf' function. */ #define HAVE_SETLINEBUF 1 -/* Define to 1 if you have the `setvbuf' function. */ +/* Define to 1 if you have the 'setvbuf' function. */ #define HAVE_SETVBUF 1 #define SCCS_GET "get" -/* Define to `unsigned long' or `unsigned long long' +/* Define to 'unsigned long' or 'unsigned long long' if doesn't define. */ #define uintmax_t unsigned long long @@ -90,7 +90,7 @@ this program. If not, see . */ /* Define to 1 if you have the stricmp function. */ #define HAVE_STRICMP 1 -/* Define to 1 if you have the `strncasecmp' function. */ +/* Define to 1 if you have the 'strncasecmp' function. */ #define HAVE_STRNCASECMP 1 /* Name of the package */ -- cgit v1.2.3