aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2004-08-22 14:02:01 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2004-08-22 14:02:01 +0100
commit41db84259e234f68d3913a34f1d09c9e1dde6595 (patch)
tree7a121b583c4a1fc23aadbb5db708b6c7fe94a3cd /gcc
parentc6b77e6f977bacf45097af1336c8e914db13d0d9 (diff)
downloadgcc-41db84259e234f68d3913a34f1d09c9e1dde6595.zip
gcc-41db84259e234f68d3913a34f1d09c9e1dde6595.tar.gz
gcc-41db84259e234f68d3913a34f1d09c9e1dde6595.tar.bz2
* c-tree.h (c_sizeof_nowarn): Remove.
From-SVN: r86379
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/c-tree.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 13f3e15..d44f19c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-22 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ * c-tree.h (c_sizeof_nowarn): Remove.
+
2004-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
* c-decl.c (set_array_declarator_type): Rename to
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index e1da715..41abd26 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -220,8 +220,6 @@ extern void c_initialize_diagnostics (diagnostic_context *);
((CONST_P) ? TYPE_QUAL_CONST : 0) | \
((VOLATILE_P) ? TYPE_QUAL_VOLATILE : 0))
-#define c_sizeof_nowarn(T) c_sizeof_or_alignof_type (T, SIZEOF_EXPR, 0)
-
/* in c-typeck.c */
extern struct c_switch *c_switch_stack;