Skip to content

Commit 11f2445

Browse files
committed
Clear up some confusion over ANSI vs ISO C support
Closes #890
1 parent 6803c47 commit 11f2445

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

exec.ht

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ to your application. If anything, it's much more of a rapid
5959
application development and prototyping tool. Specifically:
6060

6161
<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
6363
extended with a number of special directives. As a result, interfaces
6464
are usually built by grabbing a header file and tweaking it a little
6565
bit. This particular approach is especially useful when the

history.ht

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ newer SWIG releases.
3434

3535
<li>February 11, 2000. SWIG1.3 alpha released. This is the first in
3636
a series of releases that slowly migrate most of SWIG's implementation
37-
back to ANSI C.
37+
back to ISO C.
3838

3939
<li>March 1, 2000. SWIG1.3a2 released.
4040
<li>June 18, 2000. SWIG1.3a3 released.

myths.ht

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Here are some common misconceptions about SWIG that have occasionally
77
appeared on other web pages and in articles--especially those that
88
describe older SWIG versions.
99

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>
1111

1212
<h4>Fact:</h4>
1313

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
1515
also included C++ support since its initial release in 1996. To be fair, early
1616
SWIG releases had limitations, but C++ support has continually improved with
1717
each SWIG release.

0 commit comments

Comments
 (0)