* dump-parse-tree.c: Fix comment typo, add a few blank lines.
Also, reformat previous ChangeLog entry.
From-SVN: r106652
+2005-11-08 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
+
+ * dump-parse-tree.c: Fix comment typo, add a few blank lines.
+
2005-11-07 Steven G. Kargl <kargls@comcast.net>
- *error.c: Use flag_fatal_error.
- *invoke.texi: Remove -Werror from list of options.
+ * error.c: Use flag_fatal_error.
+ * invoke.texi: Remove -Werror from list of options.
2005-11-06 Paul Thomas <pault@gcc.gnu.org>
/* Simple indentation at the current level. This one
is used to show symbols. */
+
static inline void
show_indent (void)
{
/* Show type-specific information. */
+
static void
gfc_show_typespec (gfc_typespec * ts)
{
/* Show a user-defined operator. Just prints an operator
and the name of the associated subroutine, really. */
+
static void
show_uop (gfc_user_op * uop)
{
gfc_status_char ('\n');
}
+
/* Worker function to display the symbol tree. */
static void
}
-/* Show and equivalence chain. */
+/* Show an equivalence chain. */
static void
gfc_show_equiv (gfc_equiv *eq)