* callback.c: Include "xmalloc.h".
authorUlrich Weigand <uweigand@de.ibm.com>
Sat, 21 Oct 2006 20:47:07 +0000 (20:47 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Sat, 21 Oct 2006 20:47:07 +0000 (20:47 +0000)
* Makefile.in: Add dependency.

readline/ChangeLog.gdb
readline/Makefile.in
readline/callback.c

index c35742655eb7bad56e11ec55fa2a114b07aea8fe..8efe3c0ee381b5db10b2ca7a1e07779e9361f42a 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * callback.c: Include "xmalloc.h".
+       * Makefile.in: Add dependency.
+
 2006-04-24  Daniel Jacobowitz  <dan@codesourcery.com>
 
        Imported readline 5.1, and upstream patches 001-004.
index 2dbd4bb9589668f8a93ef00464c3f7343ac84a18..e14318b54cb2d9deb9c0a1db65c2a9ecd328cbaa 100644 (file)
@@ -446,6 +446,7 @@ util.o: rlprivate.h
 vi_mode.o: rlprivate.h
 
 bind.o: xmalloc.h
+callback.o: xmalloc.h
 complete.o: xmalloc.h
 display.o: xmalloc.h
 funmap.o: xmalloc.h
index 9120969ca238f627341c8a1bbfeaead7af744048..697066e03c5b3ab778937017e5503967b0be158f 100644 (file)
@@ -43,6 +43,7 @@
 #include "rldefs.h"
 #include "readline.h"
 #include "rlprivate.h"
+#include "xmalloc.h"
 
 /* Private data for callback registration functions.  See comments in
    rl_callback_read_char for more details. */
This page took 0.025306 seconds and 4 git commands to generate.