summaryrefslogtreecommitdiff
path: root/Examples/lua
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-09-05 16:18:03 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-09-05 16:18:03 +0100
commit89f13b03dae3279ecbd6f8e6ac0e33e5bdc67e07 (patch)
tree2df702a437ea93abaec8033e4947beaed7ed5210 /Examples/lua
parent6f331298feecf2d2c53106751c1f46bb32e5361f (diff)
downloadswig-89f13b03dae3279ecbd6f8e6ac0e33e5bdc67e07.tar.gz
Correct to Unix CR/LF
Diffstat (limited to 'Examples/lua')
-rw-r--r--Examples/lua/import/README66
1 files changed, 33 insertions, 33 deletions
diff --git a/Examples/lua/import/README b/Examples/lua/import/README
index 1a52e3c1e..af83d29b9 100644
--- a/Examples/lua/import/README
+++ b/Examples/lua/import/README
@@ -1,36 +1,36 @@
-This example tests the %import directive and working with multiple modules.
-
-Use 'lua runme.lua' to run a test.
-
-Overview:
----------
-
-The example defines 4 different extension modules--each wrapping
-a separate C++ class.
-
- base.i - Base class
- foo.i - Foo class derived from Base
- bar.i - Bar class derived from Base
- spam.i - Spam class derived from Bar
-
-Each module uses %import to refer to another module. For
-example, the 'foo.i' module uses '%import base.i' to get
-definitions for its base class.
-
-If everything is okay, all of the modules will load properly and
-type checking will work correctly. Caveat: Some compilers, for example
-gcc-3.2.x, generate broken vtables with the inline methods in this test.
-This is not a SWIG problem and can usually be solved with non-inlined
-destructors compiled into separate shared objects/DLLs.
-
-Unix:
------
-- Run make
-- Run the test as described above
-
-Windows:
+This example tests the %import directive and working with multiple modules.
+
+Use 'lua runme.lua' to run a test.
+
+Overview:
+---------
+
+The example defines 4 different extension modules--each wrapping
+a separate C++ class.
+
+ base.i - Base class
+ foo.i - Foo class derived from Base
+ bar.i - Bar class derived from Base
+ spam.i - Spam class derived from Bar
+
+Each module uses %import to refer to another module. For
+example, the 'foo.i' module uses '%import base.i' to get
+definitions for its base class.
+
+If everything is okay, all of the modules will load properly and
+type checking will work correctly. Caveat: Some compilers, for example
+gcc-3.2.x, generate broken vtables with the inline methods in this test.
+This is not a SWIG problem and can usually be solved with non-inlined
+destructors compiled into separate shared objects/DLLs.
+
+Unix:
+-----
+- Run make
+- Run the test as described above
+
+Windows:
--------
Sorry, no files here.
-If you know how, you could copy the python or ruby example dsw & dsp and try editing that
+If you know how, you could copy the python or ruby example dsw & dsp and try editing that
+
-