Salome HOME
Merge from BR_QT4 17Feb09
[tools/hxx2salome.git] / scripts / parse3.awk
index 620587b0286092b276fef9a800f680b28b2923e0..6bd586756ab669503a595ebf8b0f5bbe38add52f 100644 (file)
@@ -1,4 +1,8 @@
 # This awk program contains the type mapping tables - and the treatments
+# --
+# Copyright (C) CEA, EDF
+# Author : Nicolas Crouzet (CEA)
+# --
 # for code generation
 #
 BEGIN { 
@@ -248,7 +252,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 
 }