From: crouzet Date: Fri, 17 Oct 2008 07:38:32 +0000 (+0000) Subject: update to accept const methods X-Git-Tag: V4_1_4rc1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0626a865b6a29b6bf8486b17b92c8a72ae8f7cdc;p=tools%2Fhxx2salome.git update to accept const methods --- diff --git a/scripts/parse3.awk b/scripts/parse3.awk index 620587b..9d594d7 100644 --- a/scripts/parse3.awk +++ b/scripts/parse3.awk @@ -248,7 +248,7 @@ BEGIN { # # # record sep is ");\n" whith blanks all around, and optional "(" at the beginning - RS="[(]?[ \t]*[)][ \t]*[;][ \t]*[\n]" + RS="[(]?[ \t]*[)][ \t]*(const)?[ \t]*[;][ \t]*[\n]" FS="[ \t]*[(,][ \t]*" # field sep is either "(" or "," surrounded by blanks }