Instead of hardcoding PF_SEEK_* constants use SEEK_* values from stdio.h.
[pforth] / fth / t_load_semi.fth
CommitLineData
8e9db35f
PB
1\ Test INCLUDE errors.
2
3: T.LOAD.PAIRS
4 1 IF
5 ." hello" cr
6; \ missing a THEN