Changeset 98a0fd3 in mainline


Ignore:
Timestamp:
2011-06-09T16:20:24Z (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:
91b673d8
Parents:
f2a45d9
Message:

Make C compiler build.

Location:
uspace
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rf2a45d9 r98a0fd3  
    3838        app/bnchmark \
    3939        app/cc \
     40        app/ccom \
    4041        app/cpp \
    4142        app/edit \
  • uspace/app/pcc/cc/ccom/trees.c

    rf2a45d9 r98a0fd3  
    7272# include <stdarg.h>
    7373# include <string.h>
     74
     75/* standard macros conflict with identifiers in this file */
     76#ifdef true
     77        #undef true
     78        #undef false
     79#endif
    7480
    7581static void chkpun(NODE *p);
Note: See TracChangeset for help on using the changeset viewer.