Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[tools/hxx2salome.git] / scripts / parse2.awk
1 # suppress blanks between type and indirection or reference operators (* and &)
2 { gsub(/[ \t]+&/,"\\& ")
3   gsub(/[ \t]+\*/,"* ")
4   print $0 }