fixed bugs, added No_Mem()
This commit is contained in:
@@ -82,3 +82,8 @@ compile(argc, argv)
|
||||
if (source) WorkingDir = getwdir(dummy);
|
||||
preprocess(source);
|
||||
}
|
||||
|
||||
No_Mem() /* called by alloc package */
|
||||
{
|
||||
fatal("out of memory");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user