Re: grrrrr. #define should be typedef

2004-06-11 Thread Dan Sugalski
At 10:50 AM +0100 6/11/04, Nicholas Clark wrote: Is there any reason not to have a coding standard that typedef should be used whenever possible (and non-uses must have their reason commented?) Nope. So mote it be. typedefs for types, #defines for constants and bizarre (*temporary*!) debugging th

grrrrr. #define should be typedef

2004-06-11 Thread Nicholas Clark
Any reason *not* to make this change: Index: include/parrot/string.h === RCS file: /cvs/public/parrot/include/parrot/string.h,v retrieving revision 1.59 diff -d -u -r1.59 string.h --- include/parrot/string.h 22 Apr 2004 08:55:06 -