@ -1,3 +1,7 @@
2010-04-13 Ben Elliston <bje@gnu.org>
* testglue.c: Remove duplicated prototypes for abort and exit.
2010-03-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* doc/user.xml (Tcl Variables For Command Line Options): Correct
@ -40,9 +40,6 @@
#define ORIG_ABORT __wrap_abort
#define ORIG_MAIN __wrap_main
extern void abort (void);
extern void exit (int);
#endif