diff options
| author | Doug Ambrisko <ambrisko@FreeBSD.org> | 2008-06-18 21:39:00 +0000 |
|---|---|---|
| committer | Doug Ambrisko <ambrisko@FreeBSD.org> | 2008-06-18 21:39:00 +0000 |
| commit | e6c1f31e50c481ddd8ad8d33148b21fa965dd418 (patch) | |
| tree | cdb9b11b24f7ba95a93a41e550ce04804ee21e4c /sys/boot/forth | |
| parent | f7e0783b00724b5cfd6798e0f57b7f56cd286646 (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth')
| -rw-r--r-- | sys/boot/forth/support.4th | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/forth/support.4th b/sys/boot/forth/support.4th index a092bcfe89e3..cca1cc91ec1d 100644 --- a/sys/boot/forth/support.4th +++ b/sys/boot/forth/support.4th @@ -463,8 +463,10 @@ also parser definitions also : digit? line_pointer c@ >r + r@ [char] - = r@ [char] 0 >= r> [char] 9 <= and + or ; : quote? |
