perl 4.0 patch 36: (combined patch)
[p5sagit/p5-mst-13.2.git] / toke.c.rej
1 ***************
2 *** 1,4 ****
3 ! /* $RCSfile: toke.c,v $$Revision: 4.0.1.8 $$Date: 1992/06/23 12:33:45 $
4    *
5    *    Copyright (c) 1991, Larry Wall
6    *
7 --- 1,4 ----
8 ! /* $RCSfile: toke.c,v $$Revision: 4.0.1.9 $$Date: 1993/02/05 19:48:43 $
9    *
10    *    Copyright (c) 1991, Larry Wall
11    *
12 ***************
13 *** 6,14 ****
14    *    License or the Artistic License, as specified in the README file.
15    *
16    * $Log: toke.c,v $
17 !  * Revision 4.0.1.8  1992/06/23  12:33:45  lwall
18 !  * patch35: bad interaction between backslash and hyphen in tr///
19    *
20    * Revision 4.0.1.7  92/06/11  21:16:30  lwall
21    * patch34: expectterm incorrectly set to indicate start of program or block
22    * 
23 --- 6,18 ----
24    *    License or the Artistic License, as specified in the README file.
25    *
26    * $Log: toke.c,v $
27 !  * Revision 4.0.1.9  1993/02/05  19:48:43  lwall
28 !  * patch36: now detects ambiguous use of filetest operators as well as unary
29 !  * patch36: fixed ambiguity on - within tr///
30    *
31 +  * Revision 4.0.1.8  92/06/23  12:33:45  lwall
32 +  * patch35: bad interaction between backslash and hyphen in tr///
33 +  * 
34    * Revision 4.0.1.7  92/06/11  21:16:30  lwall
35    * patch34: expectterm incorrectly set to indicate start of program or block
36    *