bobbimanners / emailler

Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card
http://bobbi.epizy.com
Other
30 stars 5 forks source link

EDIT: No longer builds unless AUXMEM is set #11

Closed bobbimanners closed 4 years ago

bobbimanners commented 4 years ago

The code no longer builds unless AUXMEM is set.

Either remove the conditional compilation so code is only for aux memory (//e 128K and better), or fix the code so it works once again without aux memory (with editor buffer in main memory).

bobbimanners commented 4 years ago

Removed #ifdef AUXMEM stuff ... EDIT.SYSTEM now requires 128K //e.

Used the awesome tool unifdef to do this automatically.