svn commit: r292996 - head/sys/boot/forth
Devin Teske
dteske at FreeBSD.org
Thu Dec 31 19:00:46 UTC 2015
Author: dteske
Date: Thu Dec 31 19:00:45 2015
New Revision: 292996
URL: https://svnweb.freebsd.org/changeset/base/292996
Log:
Remove debugging messages. NB: SVN r187143 reads:
comment out some debugging messages that slipped in by mistake
(removing them 7 years after they have been commented out)
MFC after: 1 week
Modified:
head/sys/boot/forth/support.4th
Modified: head/sys/boot/forth/support.4th
==============================================================================
--- head/sys/boot/forth/support.4th Thu Dec 31 18:56:11 2015 (r292995)
+++ head/sys/boot/forth/support.4th Thu Dec 31 19:00:45 2015 (r292996)
@@ -852,7 +852,6 @@ only forth also support-functions defini
\ Interface to loading conf files
: load_conf ( addr len -- )
- \ ." ----- Trying conf " 2dup type cr \ debugging
0 to end_of_file?
reset_line_reading
O_RDONLY fopen fd !
@@ -944,7 +943,6 @@ string current_file_name_ref \ used to p
\ loader_conf_files processing support functions
: get_conf_files ( -- addr len ) \ put addr/len on stack, reset var
- \ ." -- starting on <" conf_files strtype ." >" cr \ debugging
conf_files strget 0 0 conf_files strset
;
@@ -971,7 +969,6 @@ string current_file_name_ref \ used to p
pos char+ to pos
repeat
addr len pos addr r@ + pos r> -
- \ 2dup ." get_file_name has " type cr \ debugging
;
: get_next_file ( addr len ptr -- addr len ptr' addr' len' | 0 )
More information about the svn-src-head
mailing list