fix SWIG naming convention
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11663 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1be8bd5d8e
commit
3932d02a2a
23 changed files with 43 additions and 43 deletions
|
|
@ -81,7 +81,7 @@ char cvsroot_modula3_cxx[] = "$Id$";
|
|||
that assign special purposes to the array types.
|
||||
- Can one interpret $n_basetype as the identifier matched with SWIGTYPE ?
|
||||
|
||||
Swig's odds:
|
||||
SWIG's odds:
|
||||
- arguments of type (Node *) for SWIG functions
|
||||
should be most often better (const Node *):
|
||||
Swig_symbol_qualified, Getattr, nodeType, parentNode
|
||||
|
|
|
|||
|
|
@ -1648,7 +1648,7 @@ String *Preprocessor_parse(String *s) {
|
|||
state = 0;
|
||||
break;
|
||||
|
||||
/* Swig directives */
|
||||
/* SWIG directives */
|
||||
case 100:
|
||||
/* %{,%} block */
|
||||
if (c == '{') {
|
||||
|
|
@ -1713,7 +1713,7 @@ String *Preprocessor_parse(String *s) {
|
|||
case 110:
|
||||
if (!isidchar(c)) {
|
||||
Ungetc(c, s);
|
||||
/* Look for common Swig directives */
|
||||
/* Look for common SWIG directives */
|
||||
if (Equal(decl, kpp_dinclude) || Equal(decl, kpp_dimport) || Equal(decl, kpp_dextern)) {
|
||||
/* Got some kind of file inclusion directive */
|
||||
if (allow) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue