From: Paul Eggert Date: Sat, 11 Sep 2004 22:55:06 +0000 (+0000) Subject: * mempcpy.h: Wrap the entire include file inside #ifndef mempcpy. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b7eec98b3d9750a8fa1cce6e0d15982f81a8526;p=pspp * mempcpy.h: Wrap the entire include file inside #ifndef mempcpy. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 19e6d5f5e4..e9ce7d78a9 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2004-09-11 Paul Eggert + + * mempcpy.h: Wrap the entire include file inside #ifndef mempcpy, + in case some system header has #define'd it. Problem reported by + Soeren D. Schulze in + . + 2004-09-08 Bruno Haible * stdint_.h.in: New file, taken from GNU clisp.