Insert missing comma (after "COMPILED-CODE-BLOCK" in TYPE_NAME_TABLE)
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Mon, 1 Mar 1993 19:41:18 +0000 (19:41 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Mon, 1 Mar 1993 19:41:18 +0000 (19:41 +0000)
reported by Jim Miller.

v7/src/microcode/types.h
v8/src/microcode/types.h

index edf31455c792326dab4fc13a9fc6c3a36c32fcf5..e44b9dad1305ac4a96602c3664c68e3f0eb3f57a 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: types.h,v 9.33 1992/12/05 03:33:01 cph Exp $
+$Id: types.h,v 9.34 1993/03/01 19:41:18 arthur Exp $
 
 Copyright (c) 1987-92 Massachusetts Institute of Technology
 
@@ -175,7 +175,7 @@ MIT in each case. */
   /* 0x3A */                   "RATNUM",                               \
   /* 0x3B */                   "STACK-ENVIRONMENT",                    \
   /* 0x3C */                   "COMPLEX",                              \
-  /* 0x3D */                   "COMPILED-CODE-BLOCK"                   \
+  /* 0x3D */                   "COMPILED-CODE-BLOCK",                  \
   /* 0x3E */                   "RECORD"                                \
   }
 \f
index edf31455c792326dab4fc13a9fc6c3a36c32fcf5..e44b9dad1305ac4a96602c3664c68e3f0eb3f57a 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: types.h,v 9.33 1992/12/05 03:33:01 cph Exp $
+$Id: types.h,v 9.34 1993/03/01 19:41:18 arthur Exp $
 
 Copyright (c) 1987-92 Massachusetts Institute of Technology
 
@@ -175,7 +175,7 @@ MIT in each case. */
   /* 0x3A */                   "RATNUM",                               \
   /* 0x3B */                   "STACK-ENVIRONMENT",                    \
   /* 0x3C */                   "COMPLEX",                              \
-  /* 0x3D */                   "COMPILED-CODE-BLOCK"                   \
+  /* 0x3D */                   "COMPILED-CODE-BLOCK",                  \
   /* 0x3E */                   "RECORD"                                \
   }
 \f