Deleted Added
full compact
c-common.h (259405) c-common.h (259947)
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

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

645extern tree c_common_signed_or_unsigned_type (int, tree);
646extern tree c_build_bitfield_integer_type (unsigned HOST_WIDE_INT, int);
647extern tree c_common_truthvalue_conversion (tree);
648extern void c_apply_type_quals_to_decl (int, tree);
649extern tree c_sizeof_or_alignof_type (tree, bool, int);
650extern tree c_alignof_expr (tree);
651/* Print an error message for invalid operands to arith operation CODE.
652 NOP_EXPR is used as a special case (see truthvalue_conversion). */
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

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

645extern tree c_common_signed_or_unsigned_type (int, tree);
646extern tree c_build_bitfield_integer_type (unsigned HOST_WIDE_INT, int);
647extern tree c_common_truthvalue_conversion (tree);
648extern void c_apply_type_quals_to_decl (int, tree);
649extern tree c_sizeof_or_alignof_type (tree, bool, int);
650extern tree c_alignof_expr (tree);
651/* Print an error message for invalid operands to arith operation CODE.
652 NOP_EXPR is used as a special case (see truthvalue_conversion). */
653extern void binary_op_error (enum tree_code);
653extern void binary_op_error (enum tree_code, tree, tree);
654extern tree fix_string_type (tree);
655struct varray_head_tag;
656extern void constant_expression_warning (tree);
657extern bool strict_aliasing_warning (tree, tree, tree);
658extern void empty_body_warning (tree, tree);
659extern tree convert_and_check (tree, tree);
660extern void overflow_warning (tree);
661extern bool c_determine_visibility (tree);

--- 312 unchanged lines hidden ---
654extern tree fix_string_type (tree);
655struct varray_head_tag;
656extern void constant_expression_warning (tree);
657extern bool strict_aliasing_warning (tree, tree, tree);
658extern void empty_body_warning (tree, tree);
659extern tree convert_and_check (tree, tree);
660extern void overflow_warning (tree);
661extern bool c_determine_visibility (tree);

--- 312 unchanged lines hidden ---