patch for compiling multiple .class files

Alexandre Petit-Bianco apbianco@cygnus.com
Wed Apr 18 16:18:00 GMT 2001


Per Bothner writes:

> Alex - does this look reasonable?

Yes, it does. And I've been testing it too.

>  If so, I'd like to check this into both the trunk and the branch.

Please go ahead.

> Index: java-tree.h
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/java/java-tree.h,v
> retrieving revision 1.97.2.8
> diff -u -p -r1.97.2.8 java-tree.h

> +#define CLASS_LOADED_P(TYPE) (TYPE_SIZE (TYPE) != NULL_TREE \
> +			      && (CLASS_PARSED_P(TYPE) || TYPE_ARRAY_P(TYPE)))

You should put a space after CLASS_PARSED_P and TYPE_ARRAY_P.

./A



More information about the Gcc-patches mailing list