improve startup tcl scripts
Fix a couple of layering violations missed in the last round. Add missing comment headers.
This commit is contained in:
@@ -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} {
|
||||
|
||||
Reference in New Issue
Block a user