aboutsummaryrefslogtreecommitdiff
path: root/libgloss/m68k/mc68ec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/m68k/mc68ec.c')
-rw-r--r--libgloss/m68k/mc68ec.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libgloss/m68k/mc68ec.c b/libgloss/m68k/mc68ec.c
index d5ee9b5..76e737f 100644
--- a/libgloss/m68k/mc68ec.c
+++ b/libgloss/m68k/mc68ec.c
@@ -25,8 +25,7 @@
* prompt. It can be restarted from there.
*/
void
-_DEFUN (_exit, (status),
- int_status)
+_exit (int_status)
{
/* Use `i' constraint to get proper immediate-operand syntax for
target assembler configuration. */
@@ -38,8 +37,7 @@ _DEFUN (_exit, (status),
* use the timer, but I'm waiting for docs. (sigh)
*/
void
-_DEFUN (delay, (num),
- int num)
+delay (int num)
{
while (num--)
{