Changes in lib700/ctype.c [73dd55f:f40a309] in buchla-68k


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib700/ctype.c

    r73dd55f rf40a309  
    3232#else
    3333
    34 ___atab()
    35 {
    36         return;
    37 }
     34___atab() { return; }   /* dummy function to force the loader to see __atab */
    3835
    3936char __atab[] = {       /* EOF won't work properly with this table */
Note: See TracChangeset for help on using the changeset viewer.