Spelling fix
This commit is contained in:
parent
bfde148887
commit
3dcc501ac0
9 changed files with 20 additions and 20 deletions
|
|
@ -3316,7 +3316,7 @@ Most importantly, define a type before it is used! A C compiler will tell you
|
|||
if the full type information is not available if it is needed, whereas
|
||||
SWIG will usually not warn or error out as it is designed to work without
|
||||
full type information. However, if type information is not specified
|
||||
correctly, the wrappers can be sub-optimal and even result in uncompileable C/C++ code.
|
||||
correctly, the wrappers can be sub-optimal and even result in uncompilable C/C++ code.
|
||||
|
||||
<li>If your program has a main() function, you may need to rename it
|
||||
(read on).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue