*** empty log message ***

This commit is contained in:
em
1984-11-29 14:22:02 +00:00
parent 0c0c3b7892
commit ae1e81adb1
36 changed files with 1740 additions and 0 deletions

11
lang/basic/lib/setline.e Normal file
View File

@@ -0,0 +1,11 @@
#
mes 2,EM_WSIZE,EM_PSIZE
; $Header$
; Save the line where the error occurred
exp $_setline
pro $_setline,0
exa _erlsym
loe 0
ste _erlsym
ret 0
end