Adapted for new Pascal Compiler
This commit is contained in:
@@ -20,16 +20,16 @@
|
||||
|
||||
#include <pc_file.h>
|
||||
|
||||
extern int *_extfl;
|
||||
extern char *_hbase;
|
||||
extern _wrs();
|
||||
extern _wln();
|
||||
extern struct file **_extfl;
|
||||
extern _wrs();
|
||||
extern _wrz();
|
||||
extern _wln();
|
||||
|
||||
procentry(name) char *name; {
|
||||
struct file *f;
|
||||
|
||||
f = EXTFL(2);
|
||||
f = _extfl[1];
|
||||
_wrs(5,"call ",f);
|
||||
_wrs(8,name,f);
|
||||
_wrz(name,f);
|
||||
_wln(f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user