* decl.c (init_decl_processing): Fix typo.
authorJeffrey A Law <law@cygnus.com>
Wed, 10 Jun 1998 10:44:38 +0000 (10:44 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 10 Jun 1998 10:44:38 +0000 (04:44 -0600)
From-SVN: r20412

gcc/ChangeLog
gcc/c-decl.c

index 393f5b75a61f059c59ceaecb293a621499bb1141..9afa2e890591600b16163a96b94dbd53caa4a5f5 100644 (file)
@@ -32,6 +32,8 @@ Wed Jun 10 08:56:27 1998  John Carr  <jfc@mit.edu>
 
 Wed Jun 10 02:11:55 1998  Jeffrey A Law  (law@cygnus.com)
 
+       * decl.c (init_decl_processing): Fix typo.
+
        * mips.c (gpr_mode): New variable.
        (override_options): Initialize gpr_mode.
        (compute_frame_size): Use "gpr_mode" instead of "word_mode" to
index 0f2a3f2ccac91172a6925196a3b33683aac253e4..94dade7c279056d2c2d05ef704723c3b57cf9a74 100644 (file)
@@ -3016,7 +3016,7 @@ init_decl_processing ()
   pushdecl (build_decl (TYPE_DECL, NULL_TREE, intDI_type_node));
 
   intTI_type_node = make_signed_type (GET_MODE_BITSIZE (TImode));
-  pushdecl (build_decl (TYPE_DECL, NULL_TREE, intDI_type_node));
+  pushdecl (build_decl (TYPE_DECL, NULL_TREE, intTI_type_node));
 
   unsigned_intQI_type_node = make_unsigned_type (GET_MODE_BITSIZE (QImode));
   pushdecl (build_decl (TYPE_DECL, NULL_TREE, unsigned_intQI_type_node));