Changeset e6910c8 in mainline


Ignore:
Timestamp:
2011-07-13T22:40:08Z (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:
b9a46fc
Parents:
e4f8c77
Message:

Update config.h and fix bug in ccom.

Location:
uspace/app/pcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pcc/cc/ccom/pftn.c

    re4f8c77 re6910c8  
    11401140
    11411141        ap = attr_find(apl, ATTR_BASETYP);
     1142       
     1143        if (ap == NULL) {
     1144                cerror("unknown type");
     1145                return SZINT;
     1146        }
     1147       
    11421148        sz = ap->atypsz;
    11431149       
  • uspace/app/pcc/config.h

    re4f8c77 re6910c8  
    3333
    3434/* Define to 1 if you have the `ffs' function. */
    35 //#define HAVE_FFS 1
     35#define HAVE_FFS 1
    3636
    3737/* Define to 1 if you have the `getopt' function. */
     
    6363
    6464/* Define to 1 if you have the <strings.h> header file. */
    65 //#define HAVE_STRINGS_H 1
     65#define HAVE_STRINGS_H 1
    6666
    6767/* Define to 1 if you have the <string.h> header file. */
Note: See TracChangeset for help on using the changeset viewer.