From: ceriel Date: Thu, 22 Nov 1990 12:02:00 +0000 (+0000) Subject: Also update WorkingDir on line directives X-Git-Tag: release-5-5~1390 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=32598a47a2cb6c311c66b5481338939113fdb706;p=ack.git Also update WorkingDir on line directives --- diff --git a/lang/m2/m2mm/LLlex.c b/lang/m2/m2mm/LLlex.c index 032c26e32..dde9a8daa 100644 --- a/lang/m2/m2mm/LLlex.c +++ b/lang/m2/m2mm/LLlex.c @@ -23,6 +23,8 @@ struct token dot, int idfsize = IDFSIZE; int ForeignFlag; +extern char *getwdir(); + STATIC SkipComment() { @@ -160,6 +162,7 @@ CheckForLineDirective() */ if (class(ch) == STNL && strcmp(FileName,buf)) { FileName = Salloc(buf,(unsigned) strlen(buf) + 1); + WorkingDir = getwdir(FileName); } } if (class(ch) == STEOI) {