c-common.c (declare_hidden_char_array): Use TYPE_DOMAIN to get the length of an array...
authorMark Mitchell <mmitchell@usa.net>
Thu, 16 Apr 1998 00:12:43 +0000 (00:12 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 16 Apr 1998 00:12:43 +0000 (00:12 +0000)
commita62e870c5b40652e88875dd1bd5de02b7162c4e3
tree8b24a1e38cedf6f12660989bcfda3153046d1c1c
parent5e89e58b55c9876c17b8330b040be3ff4b4464e0
c-common.c (declare_hidden_char_array): Use TYPE_DOMAIN to get the length of an array, not TREE_TYPE.

1998-04-15  Mark Mitchell  <mmitchell@usa.net>
* c-common.c (declare_hidden_char_array): Use TYPE_DOMAIN to get
the length of an array, not TREE_TYPE.

From-SVN: r19233
gcc/ChangeLog
gcc/c-common.c