From 297d3ea0ad2e919863fcf712b9cd782ac7015d88 Mon Sep 17 00:00:00 2001 From: Arthur Gleckler Date: Mon, 1 Mar 1993 19:41:18 +0000 Subject: [PATCH] Insert missing comma (after "COMPILED-CODE-BLOCK" in TYPE_NAME_TABLE) reported by Jim Miller. --- v7/src/microcode/types.h | 4 ++-- v8/src/microcode/types.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/types.h b/v7/src/microcode/types.h index edf31455c..e44b9dad1 100644 --- a/v7/src/microcode/types.h +++ b/v7/src/microcode/types.h @@ -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" \ } diff --git a/v8/src/microcode/types.h b/v8/src/microcode/types.h index edf31455c..e44b9dad1 100644 --- a/v8/src/microcode/types.h +++ b/v8/src/microcode/types.h @@ -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" \ } -- 2.25.1