Changeset 5fa506d in buchla-68k for lib700/ctype.c


Ignore:
Timestamp:
07/10/2017 09:48:23 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
6262b5c
Parents:
f7428b1
Message:

Include file cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib700/ctype.c

    rf7428b1 r5fa506d  
    2626*/
    2727
    28 #if     SYS5CODE
    29 char _ctype[] = {       /* this table handles EOF as a legal value */
    30 
    31         /* -1   EOF */   0,                                     /* -1 EOF */
    32 #else
    33 
    34 void ___atab(void)
    35 {
    36         return;
    37 }
    38 
    3928int8_t __atab[] = {     /* EOF won't work properly with this table */
    40 #endif
    4129
    4230        /* Octal */                                             /* Hex */
Note: See TracChangeset for help on using the changeset viewer.