*** empty log message ***

This commit is contained in:
2005-06-12 15:46:02 +00:00
parent 036e2afef0
commit d2936c6b4c
6 changed files with 100 additions and 34 deletions

View File

@ -6,13 +6,13 @@ LIBS = @LIBS@ -lxpstx -lxpbas
all: stx parser
stx: stx.o
$(CC) $(LDFLAGS) -o $@ $< $(LIBS)
$(CC) $(LDFLAGS) -o $@.x $< $(LIBS)
parser: parser.o
$(CC) $(LDFLAGS) -o $@ $< $(LIBS)
$(CC) $(LDFLAGS) -o $@.x $< $(LIBS)
clean:
rm -rf $(OUTS) *.o
rm -rf *.x *.o
.SUFFIXES: .c .o
.c.o:

View File

@ -1,5 +1,5 @@
"isNil" "test if self is nil"
perform: method with: x with: y
perform: method with: x with: y with: z with: a with: b with: c
| a b c d e f g |
'this is very bad''this is'.