improve startup tcl scripts

Fix a couple of layering violations missed in the last round.
Add missing comment headers.
This commit is contained in:
Zachary T Welch
2009-11-21 19:41:21 -08:00
parent b6210907ea
commit 47cb10217a
4 changed files with 20 additions and 19 deletions

View File

@@ -61,10 +61,6 @@ proc unknown {args} {
return -code error "Unknown command: $args"
}
proc new_target_name { } {
return [target number [expr [target count] - 1 ]]
}
# Try flipping / and \ to find file if the filename does not
# match the precise spelling
proc find {filename} {