X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=scripts%2Fparse3.awk;h=6bd586756ab669503a595ebf8b0f5bbe38add52f;hb=refs%2Ftags%2FV5_1_2rc2;hp=620587b0286092b276fef9a800f680b28b2923e0;hpb=f72f139d4fdf5da305b22f8a3c44d57d95534c75;p=tools%2Fhxx2salome.git diff --git a/scripts/parse3.awk b/scripts/parse3.awk index 620587b..6bd5867 100644 --- a/scripts/parse3.awk +++ b/scripts/parse3.awk @@ -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 }