Changeset e6910c8 in mainline
- Timestamp:
- 2011-07-13T22:40:08Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b9a46fc
- Parents:
- e4f8c77
- Location:
- uspace/app/pcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/cc/ccom/pftn.c
re4f8c77 re6910c8 1140 1140 1141 1141 ap = attr_find(apl, ATTR_BASETYP); 1142 1143 if (ap == NULL) { 1144 cerror("unknown type"); 1145 return SZINT; 1146 } 1147 1142 1148 sz = ap->atypsz; 1143 1149 -
uspace/app/pcc/config.h
re4f8c77 re6910c8 33 33 34 34 /* Define to 1 if you have the `ffs' function. */ 35 //#define HAVE_FFS 135 #define HAVE_FFS 1 36 36 37 37 /* Define to 1 if you have the `getopt' function. */ … … 63 63 64 64 /* Define to 1 if you have the <strings.h> header file. */ 65 //#define HAVE_STRINGS_H 165 #define HAVE_STRINGS_H 1 66 66 67 67 /* Define to 1 if you have the <string.h> header file. */
Note:
See TracChangeset
for help on using the changeset viewer.