In function_grep.pl and symbol.c/symbol_clean_string spaces between
commit6beae245ea0b68681fd6c9b8b846f1abe64ef323
authorPeter Berg Larsen <pebl@math.ku.dk>
Mon, 3 Jan 2005 20:18:23 +0000 (3 20:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 3 Jan 2005 20:18:23 +0000 (3 20:18 +0000)
tree928848066f5849076e7f09d85aa377f0e749ce8f
parent73ef3155cffe29ed3e2f34ad42deb946c9ff0b49
In function_grep.pl and symbol.c/symbol_clean_string spaces between
the function name and * are removed. Fx. the type 'void * foo()' is
returned as 'void *foo()'. Recognized this as a valid prototype in
symbol_search.
tools/winedump/search.c