Bryan C. Warnock: # We're still all over the place with typedef name formats. # We've FOO, Foo, # and foo_t. We tried to hash this out before, but we didn't # come to a clear # consensus. (We got sidetracked by typedeffing pointers to typedefs.) # # What's it going to be?
Parrot_Foo for external names, FOO for internal names, struct parrot_foo_t for struct names. Now let's argue about if Parrot_Foo is typedefed as a pointer or not. ;^) --Brent Dax <[EMAIL PROTECTED]> @roles=map {"Parrot $_"} qw(embedding regexen Configure) #define private public --Spotted in a C++ program just before a #include