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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user