fix machine-dependant #if's

This commit is contained in:
ceriel
1991-09-04 15:49:34 +00:00
parent 89f849c696
commit 56c8e8651e
3 changed files with 3 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ init()
sigtrp(M2_UNIXSIG, SIGALRM);
sigtrp(M2_UNIXSIG, SIGTERM);
}
#if em22 || em24 || em44
#if defined(__em22) || defined(__em24) || defined(__em44)
killbss()
{
}