From: Chris Hanson Date: Tue, 18 Apr 1989 16:35:09 +0000 (+0000) Subject: Change `get-primitive-name' to return a string instead of a symbol. X-Git-Tag: 20090517-FFI~12163 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=db9ab6329c4ba2e5f5a2dac5e33751bb59291dd8;p=mit-scheme.git Change `get-primitive-name' to return a string instead of a symbol. This concentrates knowledge of symbols' internal case in the runtime system. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 57f3a96b4..01b4b9f6b 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.72 1989/04/15 19:04:30 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.73 1989/04/18 16:35:09 cph Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 72 +#define SUBVERSION 73 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index dddf18768..94644615a 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.72 1989/04/15 19:04:30 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.73 1989/04/18 16:35:09 cph Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 72 +#define SUBVERSION 73 #endif #ifndef UCODE_TABLES_FILENAME