PageRenderTime 46ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/rel-1-3-25/SWIG/Examples/test-suite/tcl/import_nomodule_runme.tcl

#
TCL | 4 lines | 3 code | 1 blank | 0 comment | 1 complexity | e234a858b8f9d3c7444dc8e083d7ccf0 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. if [ catch { load ./import_nomodule[info sharedlibextension] import_nomodule} err_msg ] {
  2. puts stderr "Could not load shared object:\n$err_msg"
  3. }