Re: [perl #24841] [patch] code cleanup in src/dod.c

2004-01-08 Thread Leopold Toetsch
Matt Fowles <[EMAIL PROTECTED]> wrote: > This patch just changes a long if-else-if chain into a switch statement > for easier reading. > Also running `run-indent.pl src/dod.c` cause the diff of dod.c to be > very large. I trimmed it down by hand to just the appropriate part, but > this should pro

[perl #24841] [patch] code cleanup in src/dod.c

2004-01-08 Thread via RT
# New Ticket Created by Matt Fowles # Please include the string: [perl #24841] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=24841 > All~ This patch just changes a long if-else-if chain into a switch statement for easier