Salome HOME
BUG NPPAL 16054
[tools/hxx2salome.git] / scripts / parse3.awk
index 00ecbf77720cd9efaaf1355815802a0180433419..315e1ee40ad7cd244de4ee854a9a5860f5347232 100644 (file)
@@ -236,7 +236,7 @@ BEGIN {
 #
 #
 # record sep is ");\n" whith blanks all around, and optional "(" at the beginning
-  RS="[(]?[ \t]*\)[ \t]*;[ \t]*\n"  
+  RS="[(]?[ \t]*[)][ \t]*[;][ \t]*[\n]"  
   FS="[ \t]*[(,][ \t]*"  # field sep is either "(" or "," surrounded by blanks 
 }