Tcl file loading patch.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5302 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f50eac41ce
commit
b19e234375
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
load ./debug.so
|
||||
load ./debug[info sharedlibextension]
|
||||
|
||||
proc death_by_segmentation { } {
|
||||
seg_crash
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# WAD debugging module for Tcl. This should be executed with wish
|
||||
|
||||
load ./debug.so
|
||||
load ./debug[info sharedlibextension]
|
||||
|
||||
message .t -text "This program tests various program faults. Note: Not all of these errors can be gracefully handled."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue