diff options
author | Ben Elliston <bje@gnu.org> | 2006-04-13 00:54:11 +0000 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2006-04-13 00:54:11 +0000 |
commit | 974f31928753a191275425a979b303a9acab0489 (patch) | |
tree | 9edd58fc254d0f962c3448fe70b0a92b558a6020 /lib/dejagnu.exp | |
parent | d29a2499fad390ec9b7c8a9f09aa783d45212fe9 (diff) | |
download | dejagnu-974f31928753a191275425a979b303a9acab0489.zip dejagnu-974f31928753a191275425a979b303a9acab0489.tar.gz dejagnu-974f31928753a191275425a979b303a9acab0489.tar.bz2 |
* lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
Diffstat (limited to 'lib/dejagnu.exp')
-rwxr-xr-x | lib/dejagnu.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dejagnu.exp b/lib/dejagnu.exp index 1ed2dae..d189f62 100755 --- a/lib/dejagnu.exp +++ b/lib/dejagnu.exp @@ -103,6 +103,7 @@ proc host_compile {compline} { # Returns: # A "" (empty) string if everything worked, or an error message # if there was a problem. +# proc host_execute {args} { global text |