diff gcc/gengtype.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
line wrap: on
line diff
--- a/gcc/gengtype.h	Thu Oct 25 07:37:49 2018 +0900
+++ b/gcc/gengtype.h	Thu Feb 13 11:34:05 2020 +0900
@@ -1,5 +1,5 @@
 /* Process source files and output type information.
-   Copyright (C) 2002-2018 Free Software Foundation, Inc.
+   Copyright (C) 2002-2020 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -203,8 +203,8 @@
 				struct nested_ptr_data* info);
 
 /* Create a nested pointer option.  */
-options_p create_nested_ptr_option (options_p, type_p t,
-			 	     const char *from, const char *to);
+options_p create_nested_ptr_option (options_p next, type_p t,
+				    const char *to, const char *from);
 
 /* A name and a type.  */
 struct pair {