FreeBSD Bugzilla – Attachment #205904: one-line fix for
bug #239315
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 239315
Collapse All
|
Expand All
(-)
b/stand/forth/support.4th (+1 lines)
Lines 409-414 get-current ( -- wid ) previous definitions >search ( wid -- )
Link Here
409
409
410
: reset_line_reading
410
: reset_line_reading
411
0 to read_buffer_ptr
411
0 to read_buffer_ptr
412
0 read_buffer .len !
412
;
413
;
413
414
414
: read_line
415
: read_line
Return to
bug 239315