diff options
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r-- | gcc/java/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c index 81e527a..6ce8b85 100644 --- a/gcc/java/class.c +++ b/gcc/java/class.c @@ -983,7 +983,7 @@ build_utf8_ref (tree name) TREE_READONLY (decl) = 1; TREE_THIS_VOLATILE (decl) = 0; DECL_INITIAL (decl) = cinit; - DECL_USER_ALIGN(decl) = 1; + DECL_USER_ALIGN (decl) = 1; if (HAVE_GAS_SHF_MERGE) { |