Deleted Added
full compact
c-common.h (225736) c-common.h (259269)
1/* Definitions for c-common.c.
2 Copyright (C) 1987, 1993, 1994, 1995, 1997, 1998,
3 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4
5This file is part of GCC.
6
7GCC is free software; you can redistribute it and/or modify it under
8the terms of the GNU General Public License as published by the Free

--- 836 unchanged lines hidden (view full) ---

845
846extern void lvalue_error (enum lvalue_use);
847
848extern int complete_array_type (tree *, tree, bool);
849
850extern tree builtin_type_for_size (int, bool);
851
852extern void warn_array_subscript_with_type_char (tree);
1/* Definitions for c-common.c.
2 Copyright (C) 1987, 1993, 1994, 1995, 1997, 1998,
3 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4
5This file is part of GCC.
6
7GCC is free software; you can redistribute it and/or modify it under
8the terms of the GNU General Public License as published by the Free

--- 836 unchanged lines hidden (view full) ---

845
846extern void lvalue_error (enum lvalue_use);
847
848extern int complete_array_type (tree *, tree, bool);
849
850extern tree builtin_type_for_size (int, bool);
851
852extern void warn_array_subscript_with_type_char (tree);
853extern void warn_about_parentheses (enum tree_code, enum tree_code,
854 enum tree_code);
853
855
856
854/* In c-gimplify.c */
855extern void c_genericize (tree);
856extern int c_gimplify_expr (tree *, tree *, tree *);
857extern tree c_build_bind_expr (tree, tree);
858
859/* In c-pch.c */
860extern void pch_init (void);
861extern int c_common_valid_pch (cpp_reader *pfile, const char *name, int fd);

--- 109 unchanged lines hidden ---
857/* In c-gimplify.c */
858extern void c_genericize (tree);
859extern int c_gimplify_expr (tree *, tree *, tree *);
860extern tree c_build_bind_expr (tree, tree);
861
862/* In c-pch.c */
863extern void pch_init (void);
864extern int c_common_valid_pch (cpp_reader *pfile, const char *name, int fd);

--- 109 unchanged lines hidden ---