Changeset 2e08dce in mainline for uspace/app/pcc/cc/cpp/token.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/token.c

    r3baec29 r2e08dce  
    800800                        error("Limit for nested includes exceeded");
    801801        } else {
    802                 ic->infil = 0;
     802                error("Reading from stdin is disabled on HelenOS.");
     803                ic->infil = fileno(stdin);
    803804                ic->orgfn = ic->fname = (const usch *)"<stdin>";
    804805        }
Note: See TracChangeset for help on using the changeset viewer.