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


Ignore:
Timestamp:
07/15/2017 11:46:04 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
7d0d347
Parents:
e102943
Message:

No more warnings in lib700.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib700/ctype.c

    re102943 rd18a473  
    1212*/
    1313
    14 #define _CTYPE_C
    15 
    1614#include "ram.h"
    1715
     
    2220#define _LX     _L|_X
    2321
    24 int8_t __atab[] = {     /* EOF won't work properly with this table */
     22uint8_t __atab[] = {    /* EOF won't work properly with this table */
    2523
    2624        /* Octal */                                             /* Hex */
Note: See TracChangeset for help on using the changeset viewer.