home *** CD-ROM | disk | FTP | other *** search
- Greg Lee mentioned a bug regarding "\^" not correctly matching a caret
- in the input. This is due to a throw-back to the dark ages, and the
- fix follows.
-
- revision 1.3
- *** scan.l Thu May 5 14:32:53 1988
- --- /tmp/da1563 Thu May 5 14:36:11 1988
- ***************
- *** 48,54 ****
-
- SCNAME {NAME}
-
- ! ESCSEQ \\([^\n]|0[0-9]{1,3})
-
- %%
- static int bracelevel, didadef;
- --- 48,54 ----
-
- SCNAME {NAME}
-
- ! ESCSEQ \\([^^\n]|"^".|0[0-9]{1,3})
-
- %%
- static int bracelevel, didadef;
-
-