From f18700ef64d4f4421faef118a504622cf695bc58 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 29 Jul 2008 16:29:34 +0000 Subject: Replace some '@%:@' quadigraphs by its actual representation '#'. This quadigraph used before a C preprocessor 'define' directive could be fooling M4, when processing this file, and make it think that the line contains a pure M4 'define' macro. --- m4/reentrant.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'm4') diff --git a/m4/reentrant.m4 b/m4/reentrant.m4 index 8435e281e..e5af41e97 100644 --- a/m4/reentrant.m4 +++ b/m4/reentrant.m4 @@ -376,9 +376,9 @@ AC_DEFUN([CURL_CONFIGURE_FROM_NOW_ON_WITH_REENTRANT], [ AC_DEFINE(NEED_REENTRANT, 1, [Define to 1 if _REENTRANT preprocessor symbol must be defined.]) cat >>confdefs.h <<_ACEOF -[@%:@ifndef _REENTRANT -@%:@ define _REENTRANT -@%:@endif] +[#ifndef _REENTRANT +# define _REENTRANT +#endif] _ACEOF ]) -- cgit v1.2.3