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:
William S Fulton 2008-02-09 12:39:29 +00:00
commit c47f473b3c

View file

@ -829,9 +829,8 @@ static Symtab *get_global_scope() {
return symtab; return symtab;
} }
/* Remove the block braces, { and }, if the 'noblock' attribute is set /* 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. */
* Node *kw can be either a Hash or Parmlist */
static String *remove_block(Node *kw, const String *inputcode) { static String *remove_block(Node *kw, const String *inputcode) {
String *modified_code = 0; String *modified_code = 0;
while (kw) { while (kw) {