From 9d21244538d7409aeba74b5ff5f91b1f826ba05c Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Fri, 25 Dec 2015 16:48:08 -0800 Subject: Do not reference symbol IDENTITY directly by name. --- src/interp/cformat.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/interp/cformat.boot b/src/interp/cformat.boot index 3e0d4586..e7d14593 100644 --- a/src/interp/cformat.boot +++ b/src/interp/cformat.boot @@ -41,7 +41,7 @@ namespace BOOT -- in a keyed message. -- SMW, SG June 88 -%id a == [IDENTITY, a] +%id a == [function IDENTITY, a] -- Union(FileName,"strings","console") %origin x == -- cgit v1.2.3