Remove the instruction typedef (in cmpint2.h now).
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 1 Nov 1989 18:57:07 +0000 (18:57 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 1 Nov 1989 18:57:07 +0000 (18:57 +0000)
v7/src/microcode/cmpint.c
v8/src/microcode/cmpint.c

index 9b082f95a00b369f4acd81fa42be2465dede7b0e..e0df70852a087f649433b9a94050368831a5073d 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpint.c,v 1.10 1989/10/27 13:26:24 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpint.c,v 1.11 1989/11/01 18:57:07 jinx Exp $
  *
  * This file corresponds to
  * $COMPILER-Header: compiler.c,v 9.37 89/10/25 14:55:45 GMT jinx Exp $
@@ -102,9 +102,6 @@ MIT in each case. */
 
 /* Structure returned by SCHEME_UTILITYs */
 
-typedef        char    instruction;    /* (instruction *) is a pointer to a 
-                                  native instruction. */ 
-
 struct utility_result
 {
   void (*interface_dispatch)();
index 53e2858f85a111559fa71fc59c7795954f648d77..811ce452ee94272d1547c9f0ef4da0181e5b6ce7 100644 (file)
@@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpint.c,v 1.10 1989/10/27 13:26:24 jinx Exp $
+/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpint.c,v 1.11 1989/11/01 18:57:07 jinx Exp $
  *
  * This file corresponds to
  * $COMPILER-Header: compiler.c,v 9.37 89/10/25 14:55:45 GMT jinx Exp $
@@ -102,9 +102,6 @@ MIT in each case. */
 
 /* Structure returned by SCHEME_UTILITYs */
 
-typedef        char    instruction;    /* (instruction *) is a pointer to a 
-                                  native instruction. */ 
-
 struct utility_result
 {
   void (*interface_dispatch)();