Changeset 1095


Ignore:
Timestamp:
Jan 26, 2004, 10:06:49 PM (21 years ago)
Author:
bird
Message:

Corrected two typos (_c -> c).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/emx/include/ctype.h

    • Property cvs2svn:cvs-rev changed from 1.12 to 1.13
    r1094 r1095  
    6363
    6464#if __XSI_VISIBLE
    65 #define _toupper(_c) __toupper(c)
    66 #define _tolower(_c) __tolower(c)
     65#define _toupper(c) __toupper(c)
     66#define _tolower(c) __tolower(c)
    6767#define isascii(c)   (((c) & ~0x7F) == 0)
    6868#define toascii(c)   ((c) & 0x7F)
Note: See TracChangeset for help on using the changeset viewer.