* callback.c: Include "xmalloc.h".
* Makefile.in: Add dependency.
This commit is contained in:
parent
3732ba62b9
commit
0b7b5a9720
@ -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>
|
2006-04-24 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
Imported readline 5.1, and upstream patches 001-004.
|
Imported readline 5.1, and upstream patches 001-004.
|
||||||
|
@ -446,6 +446,7 @@ util.o: rlprivate.h
|
|||||||
vi_mode.o: rlprivate.h
|
vi_mode.o: rlprivate.h
|
||||||
|
|
||||||
bind.o: xmalloc.h
|
bind.o: xmalloc.h
|
||||||
|
callback.o: xmalloc.h
|
||||||
complete.o: xmalloc.h
|
complete.o: xmalloc.h
|
||||||
display.o: xmalloc.h
|
display.o: xmalloc.h
|
||||||
funmap.o: xmalloc.h
|
funmap.o: xmalloc.h
|
||||||
|
@ -43,6 +43,7 @@
|
|||||||
#include "rldefs.h"
|
#include "rldefs.h"
|
||||||
#include "readline.h"
|
#include "readline.h"
|
||||||
#include "rlprivate.h"
|
#include "rlprivate.h"
|
||||||
|
#include "xmalloc.h"
|
||||||
|
|
||||||
/* Private data for callback registration functions. See comments in
|
/* Private data for callback registration functions. See comments in
|
||||||
rl_callback_read_char for more details. */
|
rl_callback_read_char for more details. */
|
||||||
|
Loading…
Reference in New Issue
Block a user