Salome HOME
Issue 0020352: Compatibility native qt4 on mandriva 2009.1 for check_qt
[tools/hxx2salome.git] / scripts / parse2.awk
1 # suppress blanks between type and indirection or reference operators (* and &)
2 # --
3 # Copyright (C) CEA, EDF
4 # Author : Nicolas Crouzet (CEA)
5 # --
6 { gsub(/[ \t]+&/,"\\& ")
7   gsub(/[ \t]+\*/,"* ")
8   print $0 }