blob: 4f91fdde259d523cd1e2441041111d64d0261144 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
***************
*** 1,4 ****
! /* $RCSfile: perly.y,v $$Revision: 4.0.1.5 $$Date: 1992/06/11 21:12:50 $
*
* Copyright (c) 1991, Larry Wall
*
--- 1,4 ----
! /* $RCSfile: perly.y,v $$Revision: 4.0.1.6 $$Date: 1993/02/05 19:41:15 $
*
* Copyright (c) 1991, Larry Wall
*
***************
*** 6,14 ****
* License or the Artistic License, as specified in the README file.
*
* $Log: perly.y,v $
! * Revision 4.0.1.5 1992/06/11 21:12:50 lwall
! * patch34: expectterm incorrectly set to indicate start of program or block
*
* Revision 4.0.1.4 92/06/08 17:33:25 lwall
* patch20: one of the backdoors to expectterm was on the wrong reduction
*
--- 6,17 ----
* License or the Artistic License, as specified in the README file.
*
* $Log: perly.y,v $
! * Revision 4.0.1.6 1993/02/05 19:41:15 lwall
! * patch36: delete with parens dumped core
*
+ * Revision 4.0.1.5 92/06/11 21:12:50 lwall
+ * patch34: expectterm incorrectly set to indicate start of program or block
+ *
* Revision 4.0.1.4 92/06/08 17:33:25 lwall
* patch20: one of the backdoors to expectterm was on the wrong reduction
*
|