Changeset fa36f29 in mainline for uspace/app/sbi/src/lex.c


Ignore:
Timestamp:
2010-02-27T17:59:14Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
94d484a
Parents:
09ababb7
Message:

Update SBI to rev. 75.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/lex.c

    r09ababb7 rfa36f29  
    7878        { lc_for,       "for" },
    7979        { lc_fun,       "fun" },
    80         { lc_new,       "new" },
    8180        { lc_get,       "get" },
    8281        { lc_if,        "if" },
     
    8584        { lc_interface, "interface" },
    8685        { lc_is,        "is" },
     86        { lc_new,       "new" },
     87        { lc_nil,       "nil" },
    8788        { lc_override,  "override" },
    8889        { lc_private,   "private" },
     
    9293        { lc_raise,     "raise" },
    9394        { lc_return,    "return" },
     95        { lc_self,      "self" },
    9496        { lc_set,       "set" },
    9597        { lc_static,    "static" },
Note: See TracChangeset for help on using the changeset viewer.