Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/readline Don't rename xfree to xfree_...



details:   https://anonhg.NetBSD.org/src/rev/7ea7c9596cc2
branches:  trunk
changeset: 770439:7ea7c9596cc2
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Oct 17 13:08:51 2011 +0000

description:
Don't rename xfree to xfree_readline, it breaks the build.

diffstat:

 external/gpl3/gdb/dist/readline/xmalloc.h |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r 7ec5ed89d3c1 -r 7ea7c9596cc2 external/gpl3/gdb/dist/readline/xmalloc.h
--- a/external/gpl3/gdb/dist/readline/xmalloc.h Mon Oct 17 13:06:08 2011 +0000
+++ b/external/gpl3/gdb/dist/readline/xmalloc.h Mon Oct 17 13:08:51 2011 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index