# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #42992] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42992 >
Hi, attached a patch starting a bit of cleanup for debug.c * pointer declarations should be done like <type> <space> *<id> instead of the space after the *. -> so "int *p" instead of "int* p". Fixed this in a few places. (according to PDD07). many more to fix, though. * added some comments here and there. Hope this helps, kjs
debugpatch.patch
Description: Binary data