Changeset 3baec29 in mainline for uspace/app/pcc/cc/cpp/token.c


Ignore:
Timestamp:
2011-04-09T16:35:59Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2e08dce
Parents:
f5c8046
Message:

cpp: will it blend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pcc/cc/cpp/token.c

    rf5c8046 r3baec29  
    4545#include <stdlib.h>
    4646#include <string.h>
    47 #include <ctype.h>
     47#include <compat/ctype.h>
    4848#ifdef HAVE_UNISTD_H
    4949#include <unistd.h>
     
    183183{
    184184        struct symtab *nl;
    185         int ch, i, ccnt, onemore;
     185        int ch, i, ccnt;
    186186        usch *cp;
    187187
     
    357357                                goto xloop;
    358358                        }
    359                         onemore = i = ccnt = 0;
     359                        i = ccnt = 0;
    360360                        do {
    361361                                yytext[i++] = (usch)ch;
Note: See TracChangeset for help on using the changeset viewer.