CVSROOT: /sources/grep Module name: grep Changes by: Tony Abou-Assaleh <taa> 09/01/31 06:16:57
Index: m4/realloc.m4 =================================================================== RCS file: /sources/grep/grep/m4/realloc.m4,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- m4/realloc.m4 13 Mar 2002 13:37:47 -0000 1.2 +++ m4/realloc.m4 31 Jan 2009 06:16:56 -0000 1.3 @@ -5,7 +5,7 @@ dnl If it doesn't, arrange to use the replacement function. dnl -AC_DEFUN(jm_FUNC_REALLOC, +AC_DEFUN([jm_FUNC_REALLOC], [ dnl xmalloc.c requires that this symbol be defined so it doesn't dnl mistakenly use a broken realloc -- as it might if this test were omitted.
