acconfig.h: Fix comment formatting.
authorKazu Hirata <kazu@hxi.com>
Tue, 9 Oct 2001 22:40:12 +0000 (22:40 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 9 Oct 2001 22:40:12 +0000 (22:40 +0000)
* acconfig.h: Fix comment formatting.
* c-dump.h: Likewise.
* c-tree.h: Likewise.
* conditions.h: Likewise.
* expr.h: Likewise.
* function.h: Likewise.
* gthr.h: Likewise.
* hwint.h: Likewise.
* integrate.h: Likewise.
* intl.h: Likewise.
* loop.h: Likewise.
* optabs.h: Likewise.

From-SVN: r46131

13 files changed:
gcc/ChangeLog
gcc/acconfig.h
gcc/c-dump.h
gcc/c-tree.h
gcc/conditions.h
gcc/expr.h
gcc/function.h
gcc/gthr.h
gcc/hwint.h
gcc/integrate.h
gcc/intl.h
gcc/loop.h
gcc/optabs.h

index 1363cb9f80d5a5fa92e4adf37b18860195085939..5e2d889497c259576b6ca8d7e6808a42aa55ea05 100644 (file)
@@ -1,3 +1,18 @@
+2001-10-09  Kazu Hirata  <kazu@hxi.com>
+
+       * acconfig.h: Fix comment formatting.
+       * c-dump.h: Likewise.
+       * c-tree.h: Likewise.
+       * conditions.h: Likewise.
+       * expr.h: Likewise.
+       * function.h: Likewise.
+       * gthr.h: Likewise.
+       * hwint.h: Likewise.
+       * integrate.h: Likewise.
+       * intl.h: Likewise.
+       * loop.h: Likewise.
+       * optabs.h: Likewise.
+
 2001-10-09  Kazu Hirata  <kazu@hxi.com>
 
        * c-common.h: Fix comment formatting.
index 17324b576119f53ce4006512f297bbb000c8e29d..6367cf1f28ddf2eb1920826a73bd8a6dd6b2d668 100644 (file)
@@ -14,7 +14,7 @@
 #undef HAVE_STPCPY
 
 /* Define if your assembler supports specifying the maximum number
-   of bytes to skip when using the GAS .p2align command. */
+   of bytes to skip when using the GAS .p2align command.  */
 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
 
 /* Define if your assembler supports .balign and .p2align.  */
@@ -26,7 +26,7 @@
 /* Define to `int' if <sys/types.h> doesn't define.  */
 #undef ssize_t
 
-/* Define if cpp should also search $prefix/include. */
+/* Define if cpp should also search $prefix/include.  */
 #undef PREFIX_INCLUDE_DIR
 
 @BOTTOM@
index 58c327b1777cacf8f5d88e0026a9cf905fa58b2a..4c4962c9a5c7237257702cf239d0dc2db09f3d95 100644 (file)
@@ -53,9 +53,9 @@ struct dump_info
 {
   /* The stream on which to dump the information.  */
   FILE *stream;
-  /* The original node. */
+  /* The original node.  */
   tree node;
-  /* User flags. */
+  /* User flags.  */
   int flags;
   /* The next unused node index.  */
   unsigned int index;
index 6d0553902d437d9456cdbe28b349e7be46cb3f6a..c25cb112101cbfe110f62b0b17dc478c0cb05ed1 100644 (file)
@@ -325,12 +325,12 @@ extern int warn_traditional;
 
 extern int warn_char_subscripts;
 
-/* Warn if main is suspicious. */
+/* Warn if main is suspicious.  */
 
 extern int warn_main;
 
 /* Nonzero means to allow single precision math even if we're generally
-   being traditional. */
+   being traditional.  */
 extern int flag_allow_single_precision;
 
 /* Warn if initializer is not completely bracketed.  */
@@ -341,7 +341,7 @@ extern int warn_missing_braces;
 
 extern int warn_sign_compare;
 
-/* Warn about testing equality of floating point numbers. */
+/* Warn about testing equality of floating point numbers.  */
 
 extern int warn_float_equal;
 
index 1d0047db63f2f417051a60731059978d167eed87..155c50edf47e13fd72cdbdafd145237962a9cb43 100644 (file)
@@ -105,7 +105,7 @@ extern CC_STATUS cc_status;
 #define CC_INVERTED 0100
 
 /* Nonzero if we must convert signed condition operators to unsigned.
-   This is only used by machine description files. */
+   This is only used by machine description files.  */
 #define CC_NOT_SIGNED 0200
 
 /* This is how to initialize the variable cc_status.
index 62e90b0d211f83d007951581793a891ac00c6368..a518cf085fcf76e3dd60356f27ffae6325c186d9 100644 (file)
@@ -284,7 +284,7 @@ extern rtx expand_simple_unop PARAMS ((enum machine_mode, enum rtx_code,
    perform the operation described by CODE and MODE.  */
 extern int have_insn_for PARAMS ((enum rtx_code, enum machine_mode));
 
-/* Emit code to make a call to a constant function or a library call. */
+/* Emit code to make a call to a constant function or a library call.  */
 extern void emit_libcall_block PARAMS ((rtx, rtx, rtx, rtx));
 
 /* Create but don't emit one rtl instruction to perform certain operations.
@@ -429,7 +429,7 @@ extern void emit_group_load PARAMS ((rtx, rtx, int, unsigned int));
 extern void emit_group_store PARAMS ((rtx, rtx, int, unsigned int));
 
 #ifdef TREE_CODE
-/* Copy BLKmode object from a set of registers. */
+/* Copy BLKmode object from a set of registers.  */
 extern rtx copy_blkmode_from_reg PARAMS ((rtx,rtx,tree));
 #endif
 
@@ -483,7 +483,7 @@ extern void emit_push_insn PARAMS ((rtx, enum machine_mode, tree, rtx,
                                    unsigned int, int, rtx, int, rtx, rtx,
                                    int, rtx));
 
-/* Expand an assignment that stores the value of FROM into TO. */
+/* Expand an assignment that stores the value of FROM into TO.  */
 extern rtx expand_assignment PARAMS ((tree, tree, int, int));
 
 /* Generate code for computing expression EXP,
index c4419604d740df31b303c6972bee2c98ec59ead3..e339911062b92fc8b2727acd78016d6a622790e0 100644 (file)
@@ -189,7 +189,7 @@ struct function
   /* Name of this function.  */
   const char *name;
 
-  /* Points to the FUNCTION_DECL of this function. */
+  /* Points to the FUNCTION_DECL of this function.  */
   tree decl;
 
   /* Function containing this function, if any.  */
@@ -236,7 +236,7 @@ struct function
   const char *cannot_inline;
 
   /* Opaque pointer used by get_hard_reg_initial_val and
-     has_hard_reg_initial_val (see integrate.[hc]). */
+     has_hard_reg_initial_val (see integrate.[hc]).  */
   struct initial_value_struct *hard_reg_initial_vals;
 
   /* Number of function calls seen so far in current function.  */
@@ -329,7 +329,7 @@ struct function
   rtx x_last_parm_insn;
 
   /* 1 + last pseudo register number possibly used for loading a copy
-     of a parameter of this function. */
+     of a parameter of this function.  */
   unsigned int x_max_parm_reg;
 
   /* Vector indexed by REGNO, containing location on stack in which
index f2a566835081a3165663b987e16d0e95be795f65..1ec7d86bd72e35b250deb7ea16cf13355d8ee358 100644 (file)
@@ -80,7 +80,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
      Solaris/UI threads with -D_SOLARIS_THREADS
 */
 
-/* Check first for thread specific defines. */
+/* Check first for thread specific defines.  */
 #if _PTHREADS
 #include "gthr-posix.h"
 #elif _DCE_THREADS
@@ -88,7 +88,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #elif _SOLARIS_THREADS
 #include "gthr-solaris.h"
 
-/* Include GTHREAD_FILE if one is defined. */
+/* Include GTHREAD_FILE if one is defined.  */
 #elif defined(HAVE_GTHR_DEFAULT)
 #if SUPPORTS_WEAK
 #ifndef GTHREAD_USE_WEAK
@@ -97,7 +97,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #endif
 #include "gthr-default.h"
 
-/* Fallback to single thread definitions. */
+/* Fallback to single thread definitions.  */
 #else
 #include "gthr-single.h"
 #endif
index dc9b71d02bca414485fbbdaf8a26b481bd5d8ad8..b4f3d8a53324e02c26ba3fab93096b87e2cb1088 100644 (file)
@@ -4,7 +4,7 @@
    This file is part of GCC.
 
    Provide definitions for macros which depend on HOST_BITS_PER_INT
-   and HOST_BITS_PER_LONG. */
+   and HOST_BITS_PER_LONG.  */
 
 #ifndef GCC_HWINT_H
 #define GCC_HWINT_H
index 888a8b4f70948cbf53bd5d80994d247f7c090876..c96d0112af4380c8f07e26a76b93617ef9caef7c 100644 (file)
@@ -36,7 +36,7 @@ struct inline_remap
 {
   /* True if we are doing function integration, false otherwise.
      Used to control whether RTX_UNCHANGING bits are copied by
-     copy_rtx_and_substitute. */
+     copy_rtx_and_substitute.  */
   int integrating;
   /* Definition of function be inlined.  */
   union tree_node *fndecl;
index 56c075e6c05287417fd5d3bb34cf1e5102aef927..07b72b59bb1b1ccb9b0ad8038f7b1fcc4960b586 100644 (file)
@@ -14,7 +14,7 @@
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
    Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA. */
+   02111-1307, USA.  */
 
 #ifdef HAVE_LOCALE_H
 # include <locale.h>
index 5ead92efccf0b4c4953559a8d34f800a2da95de6..60b8def3d44304d5fe562abc1a8ef2a83569c74d 100644 (file)
@@ -184,7 +184,7 @@ struct iv_class
   unsigned reversed : 1;       /* 1 if we reversed the loop that this
                                   biv controls.  */
   unsigned all_reduced : 1;    /* 1 if all givs using this biv have
-                                   been reduced. */
+                                   been reduced.  */
 };
 
 
index b802f4dcf3bf49eafc57ed192c56060762822fab..afedbf72bcc1b4e9b03aa084bfa70a1d65546bac 100644 (file)
@@ -212,7 +212,7 @@ extern optab optab_table[OTI_MAX];
 /* Tables of patterns for extending one integer mode to another.  */
 extern enum insn_code extendtab[MAX_MACHINE_MODE][MAX_MACHINE_MODE][2];
 
-/* Tables of patterns for converting between fixed and floating point. */
+/* Tables of patterns for converting between fixed and floating point.  */
 extern enum insn_code fixtab[NUM_MACHINE_MODES][NUM_MACHINE_MODES][2];
 extern enum insn_code fixtrunctab[NUM_MACHINE_MODES][NUM_MACHINE_MODES][2];
 extern enum insn_code floattab[NUM_MACHINE_MODES][NUM_MACHINE_MODES][2];