OSDN Git Service

* tree-ssa.c (insert_debug_temp_for_var_def): Fix handling of
[pf3gnuchains/gcc-fork.git] / gcc / gengtype.h
index fef1262..533b508 100644 (file)
@@ -1,5 +1,5 @@
 /* Process source files and output type information.
-   Copyright (C) 2002, 2003, 2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -64,7 +64,7 @@ extern pair_p nreverse_pairs (pair_p list);
 extern type_p adjust_field_type (type_p, options_p);
 extern void note_variable (const char *s, type_p t, options_p o,
                           struct fileloc *pos);
-extern void note_def_vec (const char *typename, bool is_scalar,
+extern void note_def_vec (const char *type_name, bool is_scalar,
                          struct fileloc *pos);
 extern void note_def_vec_alloc (const char *type, const char *astrat,
                                struct fileloc *pos);