This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Java: Fix PR 15715 - Interface access flags


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]