Browse Source

* testglue.c: Remove duplicated prototypes for abort and exit.

dejagnu-1.5
Ben Elliston 17 years ago
parent
commit
3589f41bba
  1. 4
      ChangeLog
  2. 3
      testglue.c

4
ChangeLog

@ -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

3
testglue.c

@ -40,9 +40,6 @@
#define ORIG_ABORT __wrap_abort
#define ORIG_MAIN __wrap_main
extern void abort (void);
extern void exit (int);
#endif
extern void abort (void);

Loading…
Cancel
Save