]> SALOME platform Git repositories - tools/hxx2salome.git/commitdiff
Salome HOME
update to accept const methods V4_1_4rc1 V4_1_4rc2
authorcrouzet <crouzet>
Fri, 17 Oct 2008 07:38:32 +0000 (07:38 +0000)
committercrouzet <crouzet>
Fri, 17 Oct 2008 07:38:32 +0000 (07:38 +0000)
scripts/parse3.awk

index 620587b0286092b276fef9a800f680b28b2923e0..9d594d7042136a5e3f209e44aa3fdadeef82418d 100644 (file)
@@ -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 
 }