Changeset 98a0fd3 in mainline for uspace/app
- Timestamp:
- 2011-06-09T16:20:24Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 91b673d8
- Parents:
- f2a45d9
- Location:
- uspace/app
- Files:
-
- 4 added
- 1 edited
-
ccom (added)
-
pcc/cc/ccom/Makefile (added)
-
pcc/cc/ccom/external.c (added)
-
pcc/cc/ccom/external.h (added)
-
pcc/cc/ccom/trees.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/cc/ccom/trees.c
rf2a45d9 r98a0fd3 72 72 # include <stdarg.h> 73 73 # include <string.h> 74 75 /* standard macros conflict with identifiers in this file */ 76 #ifdef true 77 #undef true 78 #undef false 79 #endif 74 80 75 81 static void chkpun(NODE *p);
Note:
See TracChangeset
for help on using the changeset viewer.
