Module Name: src
Committed By: joerg
Date: Mon Oct 17 13:08:51 UTC 2011
Modified Files:
src/external/gpl3/gdb/dist/readline: xmalloc.h
Log Message:
Don't rename xfree to xfree_readline, it breaks the build.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gdb/dist/readline/xmalloc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/dist/readline/xmalloc.h
diff -u src/external/gpl3/gdb/dist/readline/xmalloc.h:1.1.1.1 src/external/gpl3/gdb/dist/readline/xmalloc.h:1.2
--- src/external/gpl3/gdb/dist/readline/xmalloc.h:1.1.1.1 Sat Sep 24 19:56:48 2011
+++ src/external/gpl3/gdb/dist/readline/xmalloc.h Mon Oct 17 13:08:51 2011
@@ -39,9 +39,6 @@
#endif /* !PTR_T */
-/* xmalloc and xrealloc should be also protected from RL_STATE_SIGHANDLER. */
-#define xfree xfree_readline
-
/* readline-5.1 backport. */
#define free xfree