SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. http://www.swig.org
Find a file
Thien-Thi Nguyen be927646e2 No longer use and test for "nope" to indicate an empty variable.
Instead, use `VAR=' (set the variable to nothing) and `test -z "$VAR"'
or `test -n "$VAR"' as the case may be.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@620 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-08-04 19:28:42 +00:00
SWIG No longer use and test for "nope" to indicate an empty variable. 2000-08-04 19:28:42 +00:00
swigweb Updated link to Swig1.3a3NT.zip. 2000-07-12 15:40:59 +00:00