File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ to your application. If anything, it's much more of a rapid
59
59
application development and prototyping tool. Specifically:
60
60
61
61
<ul>
62
- <li><p><b>ANSI C/C++ syntax</b>. SWIG parses ANSI C++ that has been
62
+ <li><p><b>ISO C/C++ syntax</b>. SWIG parses ISO C++ that has been
63
63
extended with a number of special directives. As a result, interfaces
64
64
are usually built by grabbing a header file and tweaking it a little
65
65
bit. This particular approach is especially useful when the
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ newer SWIG releases.
34
34
35
35
<li>February 11, 2000. SWIG1.3 alpha released. This is the first in
36
36
a series of releases that slowly migrate most of SWIG's implementation
37
- back to ANSI C.
37
+ back to ISO C.
38
38
39
39
<li>March 1, 2000. SWIG1.3a2 released.
40
40
<li>June 18, 2000. SWIG1.3a3 released.
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ Here are some common misconceptions about SWIG that have occasionally
7
7
appeared on other web pages and in articles--especially those that
8
8
describe older SWIG versions.
9
9
10
- <h4><font color="#ff0000">Myth: SWIG only really works with ANSI C</font></h4>
10
+ <h4><font color="#ff0000">Myth: SWIG only really works with ISO C</font></h4>
11
11
12
12
<h4>Fact:</h4>
13
13
14
- SWIG <em>does</em> provide wrapping support for all of ANSI C. However, SWIG has
14
+ SWIG <em>does</em> provide wrapping support for all of ISO C. However, SWIG has
15
15
also included C++ support since its initial release in 1996. To be fair, early
16
16
SWIG releases had limitations, but C++ support has continually improved with
17
17
each SWIG release.
You can’t perform that action at this time.
0 commit comments