From 45a20ab721a513710138340faff3d59a31c3e01e Mon Sep 17 00:00:00 2001 From: forsyth Date: Mon, 3 Jun 2013 21:01:14 +0000 Subject: sync compilers with Plan 9 remove 1[acl] 2[acl] --- utils/c2l/lex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/c2l/lex.c') diff --git a/utils/c2l/lex.c b/utils/c2l/lex.c index 574ecfc6..3525fbe3 100644 --- a/utils/c2l/lex.c +++ b/utils/c2l/lex.c @@ -266,7 +266,7 @@ void newio(void) { Io *i; - static pushdepth = 0; + static int pushdepth = 0; i = iofree; if(i == I) { @@ -1206,7 +1206,7 @@ cinit(void) if(mygetwd(pathname, 99) == 0) { pathname = allocn(pathname, 100, 900); if(mygetwd(pathname, 999) == 0) - strcpy(pathname, "/???"); + strcpy(pathname, "/?"); } fmtinstall('f', gfltconv); -- cgit v1.2.3