1. ew in ed
hi,
for those who like to syntax check their include files by executing them
in ed.ex (probably only me), you may have noticed that if you try it with a
*.ew
file that uses open_dll() you will get an error.
this is because ed.ex tries to run your *.ew file with ex.exe instead of
exw.exe.
this is easily fixed by changing line 1481 in ed.ex, and adding another
line.
find this line :
line 1481 : if match(".exw", lower(file_name)) then
change to this :
line 1481 : if match(".exw", lower(file_name))
line 1482 : or match(".ew", lower(file_name)) then
without the line numbers of course.
bye
-molasses
2. Re: ew in ed
molasses writes:
> change to this :
> line 1481 : if match(".exw", lower(file_name))
> line 1482 : or match(".ew", lower(file_name)) then
Thanks, I'll make the change.
Rob Craig
Rapid Deployment Software
http://members.aol.com/FilesEu/