Re: [perl #40513] [CAGE] add flex/bison files to c coding standard tests

2006-10-11 Thread Mr. Shawn H. Corey
Jerry Gay (via RT) wrote: > *.l and *.y are c files, and must meet the coding standards for this filetype. > ~jerry > By "this filetype" I assume you mean the C standard. Although these files contain C code and that code should be written to the C standard, they are not C files. Each should have

[perl #40513] [CAGE] add flex/bison files to c coding standard tests

2006-10-11 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #40513] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40513 > *.l and *.y are c files, and must meet the coding standards for this filetype. ~jerry