]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/align.h
Update copyright years.
[thirdparty/gcc.git] / gcc / align.h
index 3fe2f39c6c842e916f16822bd9774598185c423d..94d500b787f11cb0a429665032c053e564a11ccb 100644 (file)
@@ -1,5 +1,5 @@
 /* Alignment-related classes.
-   Copyright (C) 2018 Free Software Foundation, Inc.
+   Copyright (C) 2018-2024 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -45,8 +45,9 @@ struct align_flags_tuple
 /* Alignment flags is structure used as value of -align-* options.
    It's used in target-dependant code.  */
 
-struct align_flags
+class align_flags
 {
+public:
   /* Default constructor.  */
   align_flags (int log0 = 0, int maxskip0 = 0, int log1 = 0, int maxskip1 = 0)
   {