summaryrefslogtreecommitdiff
path: root/toke.c.pat1
diff options
context:
space:
mode:
Diffstat (limited to 'toke.c.pat1')
-rw-r--r--toke.c.pat121
1 files changed, 0 insertions, 21 deletions
diff --git a/toke.c.pat1 b/toke.c.pat1
deleted file mode 100644
index 60ec8bb721..0000000000
--- a/toke.c.pat1
+++ /dev/null
@@ -1,21 +0,0 @@
-*** /scalpel/lwall/perl5alpha6/toke.c Tue Feb 15 16:27:34 1994
---- toke.c Thu Feb 17 11:13:27 1994
-***************
-*** 1398,1405 ****
- if (expect == XTERM)
- OPERATOR(HASHBRACK);
- else if (expect == XBLOCK || expect == XOPERATOR) {
-! lex_brackstack[lex_brackets-1] = XBLOCK;
-! expect = XBLOCK;
- }
- else {
- char *t;
---- 1398,1405 ----
- if (expect == XTERM)
- OPERATOR(HASHBRACK);
- else if (expect == XBLOCK || expect == XOPERATOR) {
-! lex_brackstack[lex_brackets-1] = XSTATE;
-! expect = XSTATE;
- }
- else {
- char *t;