From: Hans-Bernhard B. <br...@us...> - 2005-03-14 17:23:16
|
Update of /cvsroot/cscope/cscope/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13777/src Modified Files: egrep.y Log Message: Change #if conditions around fallback definition of memset(). Index: egrep.y =================================================================== RCS file: /cvsroot/cscope/cscope/src/egrep.y,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** egrep.y 15 Sep 2003 10:59:49 -0000 1.9 --- egrep.y 14 Mar 2005 17:23:05 -0000 1.10 *************** *** 639,643 **** /* FIXME HBB: should export this to a separate file and use * AC_REPLACE_FUNCS() */ ! #if BSD /*LINTLIBRARY*/ /* --- 639,643 ---- /* FIXME HBB: should export this to a separate file and use * AC_REPLACE_FUNCS() */ ! #if !STDC_HEADERS && !defined(HAVE_MEMSET) && !defined(HAVE_MEMORY_H) /*LINTLIBRARY*/ /* |