]> SALOME platform Git repositories - tools/hxx2salome.git/blob - scripts/parse0.awk
Salome HOME
ae194f4e7a37599ec8de903b55d4916fa79e83c9
[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 BEGIN { RS="\f"}
3
4 { gsub(/{[^{}]*}[ \t]*;?/,";");print }
5
6 #{ gsub(/[ \t]+&/,"\\& ")
7 #  gsub(/[ \t]+\*/,"* ")
8 #  print $0 }