[141] in Zephyr_Bugs

home help back first fref pref prev next nref lref last post

Re: pmax 7.1: zwgc.desc strings

daemon@ATHENA.MIT.EDU (marc@ATHENA.MIT.EDU)
Fri Nov 9 17:16:04 1990

From: marc@ATHENA.MIT.EDU
Date: Fri, 9 Nov 90 17:15:49 -0500
To: Ken Raeburn <Raeburn@MIT.Edu>
Cc: bugs@ATHENA.MIT.EDU, zephyr-bugs@ATHENA.MIT.EDU

>> An escape sequence should be available (other than the numeric form)
>> to incorporate '"' into a string.

Patch, because it took longer to attach zephyr than to fix the code:

		Marc

*** /mit/zephyr/src/zwgc/lexer.c        Mon Mar 19 16:44:58 1990
--- /tmp/lexer.c        Fri Nov  9 17:13:28 1990
***************
*** 236,241 ****
--- 236,243 ----
        return('\t');
        case 'b':
        return('\b');
+       case '"':
+       return('"');
        case '0':   case '1':   case '2':   case '3':
        case '4':   case '5':   case '6':   case '7':
        coded_char = c - '0';

home help back first fref pref prev next nref lref last post