]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/convert.h
Update copyright years.
[thirdparty/gcc.git] / gcc / convert.h
index bee280de78b52913358dbea15a03688fa10aacc8..297b43ea189c104a0198fb08bd6610bb1828d1b9 100644 (file)
@@ -1,5 +1,5 @@
-/* Definition of functions in convert.c.
-   Copyright (C) 1993-2016 Free Software Foundation, Inc.
+/* Definition of functions in convert.cc.
+   Copyright (C) 1993-2024 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -40,4 +40,6 @@ extern inline tree convert_to_real_nofold (tree t, tree x)
 extern inline tree convert_to_complex_nofold (tree t, tree x)
 { return convert_to_complex_maybe_fold (t, x, false); }
 
+extern tree preserve_any_location_wrapper (tree result, tree orig_expr);
+
 #endif /* GCC_CONVERT_H */