2022-05-19 Gaius Mulley <gaius.mulley@southwales.ac.uk>
gcc/m2/ChangeLog:
* gm2-gcc/gcc-consolidation.h: Comment capitalization.
* gm2-gcc/m2color.h: Comment capitalization.
Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>
* gm2-gcc/m2treelib.cc: Corrected comment formatting.
* gm2-gcc/m2type.cc: Corrected comment formatting.
* gm2-gcc/rtegraph.cc: Corrected comment formatting.
+ * gm2-gcc/m2color.h: Corrected comment formatting.
+ * gm2-gcc/gcc-consolidation.h: Corrected comment formatting.
2022-05-16 Gaius Mulley <gaius.mulley@southwales.ac.uk>
#if !defined(GM2TOOLS)
-/* utilize some of the C build routines. */
+/* Utilize some of the C build routines. */
#include "fold-const.h"
#include "varasm.h"
#endif /* !m2color_c. */
-EXTERN const char *m2color_colorize_start (bool show_color, char *name, unsigned int name_len);
+EXTERN const char *
+m2color_colorize_start (bool show_color, char *name, unsigned int name_len);
+
EXTERN const char *m2color_colorize_stop (bool show_color);
EXTERN const char *m2color_open_quote (void);
+
EXTERN const char *m2color_close_quote (void);
EXTERN void _M2_m2color_init ();