Strict C/C++ Conformance

The patch is as follows: -- In several places arrays are

    > initialized with a variable for the length. As per
    > Stroustrup arrays can only be specified with constants or
    > using 'new' .

Hey James, I notice you have 3 patches with the title

  Strict C/C++ Conformance

Have all of these been resolved by the patch Andrew applied? If so,
I'll close them.

Thanks,
JDH

John Hunter wrote:

"James" == James Evans <jrevans1@...310...> writes:
           
   > The patch is as follows: -- In several places arrays are
   > initialized with a variable for the length. As per
   > Stroustrup arrays can only be specified with constants or
   > using 'new' .

Hey James, I notice you have 3 patches with the title

Strict C/C++ Conformance

Have all of these been resolved by the patch Andrew applied? If so,
I'll close them.

Hmm, I only applied the one that was emailed to this list. I assume you're talking about patches on the SourceForge tracker? I haven't touched those...