Salome HOME
Merge from BR_QT4 17Feb09
[tools/hxx2salome.git] / scripts / parse0.awk
1 # This awk program suppresses inline functions - but it doen't work if there is no inline function... Not used yet.
2 # --
3 # Copyright (C) CEA, EDF
4 # Author : Nicolas Crouzet (CEA)
5 # --
6 BEGIN { RS="\f"}
7
8 { gsub(/{[^{}]*}[ \t]*;?/,";");print }
9
10 #{ gsub(/[ \t]+&/,"\\& ")
11 #  gsub(/[ \t]+\*/,"* ")
12 #  print $0 }