]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libcpp/pch.cc
Update copyright years.
[thirdparty/gcc.git] / libcpp / pch.cc
index 595afefab74d404d33430cade47756c5e53b315c..e156fe257b3b6089a738402719a458580c089efb 100644 (file)
@@ -1,5 +1,5 @@
 /* Part of CPP library.  (Precompiled header reading/writing.)
-   Copyright (C) 2000-2023 Free Software Foundation, Inc.
+   Copyright (C) 2000-2024 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
@@ -838,7 +838,7 @@ cpp_read_state (cpp_reader *r, const char *name, FILE *f,
              != NULL)
            {
              _cpp_clean_line (r);
-             if (!_cpp_create_definition (r, h))
+             if (!_cpp_create_definition (r, h, 0))
                abort ();
              _cpp_pop_buffer (r);
            }