fix code comment
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10239 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
fa03e21139
commit
c47f473b3c
1 changed files with 2 additions and 3 deletions
|
|
@ -829,9 +829,8 @@ static Symtab *get_global_scope() {
|
|||
return symtab;
|
||||
}
|
||||
|
||||
/* Remove the block braces, { and }, if the 'noblock' attribute is set
|
||||
* actually identical to remove_block_parmlist
|
||||
* Node *kw can be either a Hash or Parmlist */
|
||||
/* Remove the block braces, { and }, if the 'noblock' attribute is set.
|
||||
* Node *kw can be either a Hash or Parmlist. */
|
||||
static String *remove_block(Node *kw, const String *inputcode) {
|
||||
String *modified_code = 0;
|
||||
while (kw) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue