Changeset 2e08dce in mainline for uspace/app/pcc/cc/cpp/cpp.c


Ignore:
Timestamp:
2011-04-09T18:39:10Z (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:
7ab6fc2
Parents:
3baec29
Message:

cpp: minor changes and added binary to the iso image

File:
1 edited

Legend:

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

    r3baec29 r2e08dce  
    275275                        error("Can't creat %s", argv[1]);
    276276        } else
    277                 ofd = 1; /* stdout */
     277                ofd = fileno(stdout);
    278278        istty = isatty(ofd);
    279279
Note: See TracChangeset for help on using the changeset viewer.