Salome HOME
Fix a bug: compilation failed on Mandrake 10.1 with automake version 1.9
[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 }