summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-cd
blob: 51b3432e112b28b57f74efd672ed4ffd5c89c3a2 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
*** ipl/procs/evinit.icn.orig	Fri Jul 29 21:32:02 1994
--- ipl/procs/evinit.icn	Wed Mar  1 20:50:24 1995
***************
*** 17,23 ****
  #
  ############################################################################
  
! $include "evdefs.icn"
  
  procedure EvInit(f,input,output,error)
     if not MTEvInit(f,input,output,error) then fail
--- 17,23 ----
  #
  ############################################################################
  
! $include "../incl/evdefs.icn"
  
  procedure EvInit(f,input,output,error)
     if not MTEvInit(f,input,output,error) then fail
*** ipl/procs/evnames.icn.orig	Fri Jul 29 21:32:02 1994
--- ipl/procs/evnames.icn	Wed Mar  1 20:50:34 1995
***************
*** 29,35 ****
  
  link twt
  
! $include "evdefs.icn"
  
  procedure evnames()
     static namemap
--- 29,35 ----
  
  link twt
  
! $include "../incl/evdefs.icn"
  
  procedure evnames()
     static namemap
*** ipl/procs/evsyms.icn.orig	Fri Jul 29 21:31:37 1994
--- ipl/procs/evsyms.icn	Wed Mar  1 20:50:48 1995
***************
*** 28,34 ****
  
  link twt
  
! $include "evdefs.icn"
  
  procedure evsyms()
     static symmap
--- 28,34 ----
  
  link twt
  
! $include "../incl/evdefs.icn"
  
  procedure evsyms()
     static symmap
*** ipl/procs/typesyms.icn.orig	Fri Jul 29 21:32:08 1994
--- ipl/procs/typesyms.icn	Wed Mar  1 20:50:59 1995
***************
*** 27,33 ****
  #
  ############################################################################
  
! $include "evdefs.icn"
  
  procedure typesyms()
     static typetable
--- 27,33 ----
  #
  ############################################################################
  
! $include "../incl/evdefs.icn"
  
  procedure typesyms()
     static typetable