From c47f473b3c7e496f8121bb4cddfaf93ea091f9f2 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 9 Feb 2008 12:39:29 +0000 Subject: [PATCH] fix code comment git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10239 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/CParse/parser.y | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Source/CParse/parser.y b/Source/CParse/parser.y index d1b85b17c..06e512db1 100644 --- a/Source/CParse/parser.y +++ b/Source/CParse/parser.y @@ -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) {