diff src/ChangeLog @ 109687:d6c4fa12ba52

Cleanup xrdb.c. * src/xrdb.c: Remove include guard. Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect. Remove #if 0 code. Replace malloc->xmalloc, free->xfree, realloc->xrealloc instead of using #defines.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 08 Aug 2010 13:16:48 -0700
parents dbc0119ac80e
children 3eb5d5708703
line wrap: on
line diff
--- a/src/ChangeLog	Sun Aug 08 19:42:47 2010 +0200
+++ b/src/ChangeLog	Sun Aug 08 13:16:48 2010 -0700
@@ -1,3 +1,10 @@
+2010-08-08  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* xrdb.c: Remove include guard.  Remove
+	DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
+	Remove #if 0 code.  Replace malloc->xmalloc, free->xfree,
+	realloc->xrealloc instead of using #defines.
+
 2010-08-08  Eli Zaretskii  <eliz@gnu.org>
 
 	* cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):