*** empty log message ***

This commit is contained in:
2005-09-13 12:10:23 +00:00
parent ae4249e3b9
commit 44721cbd3c
3 changed files with 21 additions and 19 deletions

View File

@ -160,13 +160,13 @@ int xp_main (int argc, xp_char_t* argv[])
}
if (xp_stx_parser_parse_method (&parser, stx.class_symbol,
(void*)XP_TEXT("test2.st")) == -1) {
(void*)XP_TEXT("test1.st")) == -1) {
xp_printf (XP_TEXT("parser error <%s>\n"),
xp_stx_parser_error_string (&parser));
}
if (xp_stx_parser_parse_method (&parser, stx.class_symbol,
(void*)XP_TEXT("test3.st")) == -1) {
(void*)XP_TEXT("test2.st")) == -1) {
xp_printf (XP_TEXT("parser error <%s>\n"),
xp_stx_parser_error_string (&parser));
}

View File

@ -1,8 +1,4 @@
main
| a b |
<primitive: 0>
#abc prim1.
#def prim1.
#def prim2: 4512.
^nil
#abc print: 123 and: 2345.
^nil