Java: Fix PR 15715 - Interface access flags
Tom Tromey
tromey@redhat.com
Mon Jun 28 18:17:00 GMT 2004
>>>>> "Bryce" == Bryce McKinlay <mckinlay@redhat.com> writes:
Bryce> +static int get_classfile_modifiers (tree class)
You need a newline after the `int' here.
Bryce> + int valid_toplevel_class_flags = ACC_PUBLIC | ACC_FINAL | ACC_SUPER |
Bryce> + ACC_INTERFACE | ACC_ABSTRACT;
Multi-line expressions need parens around them according to GNU coding
standards.
Tom
More information about the Java-patches
mailing list