Someone noticed I'd not updated the error message when cloneing
scan-tree-dump into scan-lang-dump.
Fixed thusly and applied
nathan
--
Nathan Sidwell
2017-11-03 Nathan Sidwell <nat...@acm.org>
* lib/scanlang.exp: Fix error message to refer to scan-lang-dump.
Index: lib/scanlang.exp
===================================================================
--- lib/scanlang.exp (revision 254349)
+++ lib/scanlang.exp (working copy)
@@ -28,11 +28,11 @@ load_lib scandump.exp
proc scan-lang-dump { args } {
if { [llength $args] < 2 } {
- error "scan-tree-dump: too few arguments"
+ error "scan-lang-dump: too few arguments"
return
}
if { [llength $args] > 3 } {
- error "scan-tree-dump: too many arguments"
+ error "scan-lang-dump: too many arguments"
return
}
if { [llength $args] >= 3 } {