Ignore:
Timestamp:
2010-05-08T08:15:57Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4039c77
Parents:
1317380 (diff), 051bc69a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from lp:~jsvoboda/helenos/sysel. New: cspan printing, boolean ops, enums, constructors etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/dist/src/sysel/demos/htxtfile.sy

    r1317380 r640ffe6  
    4343                out_file.OpenWrite("/out.txt");
    4444
    45                 while in_file.EOF != 1 do
     45                while not in_file.EOF do
    4646                        line = in_file.ReadLine();
    4747                        Builtin.WriteLine(name + ": " + line);
Note: See TracChangeset for help on using the changeset viewer.