[comp.sources.wanted] Need a better vgrind, C++ beautifier, or Emacs macros

root@arp.anu.oz.au (Operator) (03/20/90)

I am posting this for a friend:

I am looking for (preferably) a public domain vgrind that is a bit
smarter than the Sun implementation of vgrind.  Sun's vgrind coupled
with a C++ version of vgrindefs that I grabbed off the net not so long
ago, produces garbage when confronted with

int myclass::getsomething(int hello)

and the bugs section of vgrind says that it can only handle

int myclass::
getsomething(int hello)

Since I already have a large amount of code formatted as in the first
example, I either need a better version of vgrind, a C++ beautifier, or
GNUemacs macros to let me be able to convert between the two declaration
styles above quickly. 

Any help would be greatly appreciated.

----------------------------------------------------------
Markus Zellner				mwz@nmrc.anu.oz.au
"Who must do the harsh things ? He who can."
----------------------------------------------------------