summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-az
blob: 2abd2e60884b9f9b238450716cdaccf109c515f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-az,v 1.2 1998/08/07 11:09:10 agc Exp $

--- src/iconc/ccode.c.orig	Fri Jun 19 02:25:13 1998
+++ src/iconc/ccode.c	Fri Jun 19 02:26:35 1998
@@ -3428,5 +3428,6 @@
 /*
+ XXX the Z thing is getting eaten by the comment!
                         cd->ElemTyp(i) = A_Str;
                         str = (char *)alloc(strlen(cur->csym->image)+8);
-			sprintf(str, "\"%s\"/*Z*/", cur->csym->image);
+			sprintf(str, "\"%s\"X/*Z*X/", cur->csym->image);
                         cd->Str(i) = str;