Fix syntax error when a nested struct contains a comment containing a * followed eventually by a /
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11344 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
06346ca98b
commit
3dbca3bd05
3 changed files with 7 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ struct a
|
|||
struct {
|
||||
/*struct*/
|
||||
struct {
|
||||
int b;
|
||||
int b; /**< v1/v2 B-tree & local/fractal heap for groups, B-tree for chunked datasets */
|
||||
} c;
|
||||
} d;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue