Deleted Added
full compact
c-common.h (132729) c-common.h (161660)
1/* Definitions for c-common.c.
2 Copyright (C) 1987, 1993, 1994, 1995, 1997, 1998,
3 1999, 2000, 2001, 2002, 2003, 2004 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

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

1263extern tree build_function_call (tree, tree);
1264
1265extern tree finish_label_address_expr (tree);
1266
1267/* Same function prototype, but the C and C++ front ends have
1268 different implementations. Used in c-common.c. */
1269extern tree lookup_label (tree);
1270
1/* Definitions for c-common.c.
2 Copyright (C) 1987, 1993, 1994, 1995, 1997, 1998,
3 1999, 2000, 2001, 2002, 2003, 2004 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

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

1263extern tree build_function_call (tree, tree);
1264
1265extern tree finish_label_address_expr (tree);
1266
1267/* Same function prototype, but the C and C++ front ends have
1268 different implementations. Used in c-common.c. */
1269extern tree lookup_label (tree);
1270
1271extern int vector_types_convertible_p (tree t1, tree t2);
1272
1271extern rtx c_expand_expr (tree, rtx, enum machine_mode, int, rtx *);
1272
1273extern int c_safe_from_p (rtx, tree);
1274
1275extern int c_staticp (tree);
1276
1277extern int c_common_unsafe_for_reeval (tree);
1278

--- 55 unchanged lines hidden ---
1273extern rtx c_expand_expr (tree, rtx, enum machine_mode, int, rtx *);
1274
1275extern int c_safe_from_p (rtx, tree);
1276
1277extern int c_staticp (tree);
1278
1279extern int c_common_unsafe_for_reeval (tree);
1280

--- 55 unchanged lines hidden ---