1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-05-06 00:04:26 +00:00

Remove #ifdef DEMO. (#116)

This commit is contained in:
Bruce Mitchener
2020-12-23 00:27:59 +07:00
committed by GitHub
parent 254550d111
commit d3cb239091
3 changed files with 0 additions and 14 deletions

View File

@@ -2030,10 +2030,6 @@ sklp2:
return (NIL);
}
#ifdef DEMO
/* Do nothing if this is a demo emulator--not allowed to write files. */
#else
/* OK to write the page. */
#ifdef BYTESWAP
@@ -2055,8 +2051,6 @@ wlp:
word_swap_page((DLword *)bufp, (count + 3) >> 2);
#endif /* BYTESWAP */
#endif /* DEMO */
return (ATOM_T);
}