Bryan C. Warnock: # Some minor annoyances. # # Index: include/parrot/rx.h # =================================================================== # RCS file: /home/perlcvs/parrot/include/parrot/rx.h,v # retrieving revision 1.16 # diff -u -r1.16 rx.h # --- include/parrot/rx.h 4 Mar 2002 03:38:23 -0000 1.16 # +++ include/parrot/rx.h 6 Mar 2002 04:57:09 -0000 # @@ -52,7 +52,6 @@ # STRING *string; # INTVAL index; # INTVAL startindex; # - BOOLVAL success; # # rxflags flags; # UINTVAL minlength; # @@ -64,6 +63,8 @@ # opcode_t *substfunc; # # rxStack stack; # + # + BOOLVAL success; # } rxinfo;
What's the warning here? Code looks fine to me, and the organization is more logical if it's up top. --Brent Dax <[EMAIL PROTECTED]> @roles=map {"Parrot $_"} qw(embedding regexen Configure) #define private public --Spotted in a C++ program just before a #include