Salome HOME
2ecc2c785fb2dd601a34363b7013827dccb59e0a
[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 }