]> gcc.gnu.org Git - gcc.git/commitdiff
* decl.c: Minor whitespace fixes.
authorGeert Bosch <bosch@gnat.com>
Tue, 30 Oct 2001 21:33:07 +0000 (22:33 +0100)
committerGeert Bosch <bosch@gcc.gnu.org>
Tue, 30 Oct 2001 21:33:07 +0000 (22:33 +0100)
From-SVN: r46654

gcc/ada/ChangeLog
gcc/ada/decl.c

index ea236fc614594002f58230397472dbbc868a6ee6..ed98b303675c6f1afbc5f9279410232d13e55336 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-30  Geert Bosch <bosch@gnat.com>
+
+       * decl.c: Minor whitespace fixes.
+
 2001-10-30  Richard Kenner <kenner@gnat.com>
 
        * utils2.c (build_allocator): Test for SIZE overflow in array case too
index 7c266e22c6b8b46d590b8ff346106336918ad4d0..6207cb7605442ad840f19dd7bb26990ab727c3fc 100644 (file)
@@ -2,7 +2,7 @@
  *                                                                          *
  *                         GNAT COMPILER COMPONENTS                         *
  *                                                                          *
- *                                 D E C L                                   *
+ *                                 D E C L                                  *
  *                                                                          *
  *                          C Implementation File                           *
  *                                                                          *
@@ -720,7 +720,6 @@ gnat_to_gnu_entity (gnat_entity, gnu_expr, definition)
                                                          "UNC"));
        }
 
-
        /* Convert the expression to the type of the object except in the
           case where the object's type is unconstrained or the object's type
           is a padded record whose field is of self-referential size.  In
@@ -1524,7 +1523,6 @@ gnat_to_gnu_entity (gnat_entity, gnu_expr, definition)
                                        size_binop (MINUS_EXPR, gnu_base_max,
                                                    gnu_base_min)));
 
-
            TYPE_NAME (gnu_index_types[index])
              = create_concat_name (gnat_entity, field_name);
          }
@@ -1636,7 +1634,6 @@ gnat_to_gnu_entity (gnat_entity, gnu_expr, definition)
                          debug_info_p);
        rest_of_type_compilation (gnu_fat_type, global_bindings_p ());
 
-
        /* Create a record type for the object and its template and
           set the template at a negative offset.  */
        tem = build_unc_object_type (gnu_template_type, tem,
@@ -4289,7 +4286,6 @@ elaborate_expression_1 (gnat_expr, gnat_entity, gnu_expr, gnu_name, definition,
                      build (PLACEHOLDER_EXPR, DECL_CONTEXT (gnu_expr)),
                      gnu_expr);
 
-
   /* If GNU_EXPR is neither a placeholder nor a constant, nor a variable
      that is a constant, make a variable that is initialized to contain the
      bound when the package containing the definition is elaborated.  If
This page took 0.082029 seconds and 5 git commands to generate.