Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Thu, 11 Nov 1993 22:19:06 +0000 (22:19 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 11 Nov 1993 22:19:06 +0000 (22:19 +0000)
v7/src/microcode/psbtobin.c
v8/src/microcode/psbtobin.c

index f850e58cedfc2a5e017443cf6f6cd2be95218740..1f765cd8f99968c62ff01b45c068df8e0b0ca8f7 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: psbtobin.c,v 9.53 1993/11/09 08:33:42 gjr Exp $
+$Id: psbtobin.c,v 9.54 1993/11/11 22:19:06 cph Exp $
 
 Copyright (c) 1987-1993 Massachusetts Institute of Technology
 
@@ -762,7 +762,7 @@ DEFUN (when, (what, message), Boolean what AND char * message)
 #endif /* DEBUG > 2 */
 \f
 void
-relocation_error (long addr)
+DEFUN (relocation_error, (addr), long addr)
 {
   fprintf (stderr, "%s: Out of range address %d.\n",
           program_name, addr);
index f850e58cedfc2a5e017443cf6f6cd2be95218740..1f765cd8f99968c62ff01b45c068df8e0b0ca8f7 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: psbtobin.c,v 9.53 1993/11/09 08:33:42 gjr Exp $
+$Id: psbtobin.c,v 9.54 1993/11/11 22:19:06 cph Exp $
 
 Copyright (c) 1987-1993 Massachusetts Institute of Technology
 
@@ -762,7 +762,7 @@ DEFUN (when, (what, message), Boolean what AND char * message)
 #endif /* DEBUG > 2 */
 \f
 void
-relocation_error (long addr)
+DEFUN (relocation_error, (addr), long addr)
 {
   fprintf (stderr, "%s: Out of range address %d.\n",
           program_name, addr);