Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
e34aa6e9
Commit
e34aa6e9
authored
Jul 03, 2006
by
Leigh B. Stoller
Browse files
Add a comment in real_set for the special handling of the opt arrary.
parent
f3808de6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/parse.tcl.in
View file @
e34aa6e9
...
...
@@ -403,6 +403,10 @@ proc set {args} {
real_set var [lindex $args 0]
real_set val [lindex $args 1]
#
# This is the special OPT array, which we need to keep ordered
# when inserting into the DB.
#
if {[regexp {^opt\((.*)\)} $var d optname]} {
real_set optarray_order($optarray_count) $optname
incr optarray_count
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment