* qt.h.in: Declare return type of qt_abort as void.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 15 Apr 1998 12:28:14 +0000 (12:28 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 15 Apr 1998 12:28:14 +0000 (12:28 +0000)
qt/ChangeLog
qt/qt.h.in

index 659055e..de6f30d 100644 (file)
@@ -1,3 +1,7 @@
+1998-04-15  Mikael Djurfeldt  <mdj@nada.kth.se>
+
+       * qt.h.in: Declare return type of qt_abort as void.
+
 1997-12-02  Tim Pierce  <twp@skepsis.com>
 
        * md/axp.s (qt_vstart): Typo fixes, thanks to Alexander Jolk.
index 6e01fec..1b60e4b 100644 (file)
@@ -147,7 +147,7 @@ typedef void *(qt_block_t)(qt_helper_t *helper, void *a0, void *a1,
 /* Rearrange the parameters so that things passed to the helper
    function are already in the right argument registers. */
 #ifndef QT_ABORT
-extern qt_abort (qt_helper_t *h, void *a0, void *a1, qt_t *newthread);
+extern void qt_abort (qt_helper_t *h, void *a0, void *a1, qt_t *newthread);
 /* The following does, technically, `return' a value, but the
    user had better not rely on it, since the function never
    returns. */