summaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-09 14:03:13 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-09 14:03:13 +0000
commit88b5b080c3b9fe5cc480b9e7f201d692700e3460 (patch)
tree2bca05f2ef10d55e4d51ec6066c42bb45253a03c /gcc/output.h
parent08858aa330ad4287949ed46cea3786f723ae5e75 (diff)
downloadgcc-88b5b080c3b9fe5cc480b9e7f201d692700e3460.tar.gz
* c-common.h: Fix comment formatting.
* c-dump.c: Likewise. * cfg.c: Likewise. * diagnostic.h: Likewise. * except.c: Likewise. * gcc.h: Likewise. * gcov-io.h: Likewise. * genattrtab.c: Likewise. * output.h: Likewise. * predict.h: Likewise. * reload1.c: Likewise. * reload.h: Likewise. * resource.h: Likewise. * scan.h: Likewise. * system.h: Likewise. * tree.h: Likewise. * tree-inline.c: Likewise. * tsystem.h: Likewise. * varasm.c: Likewise. * xcoffout.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46122 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 85485bf52d7..9194aea4f2f 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -163,7 +163,7 @@ extern void force_data_section PARAMS ((void));
the text section. */
extern void readonly_data_section PARAMS ((void));
-/* Determine if we're in the text section. */
+/* Determine if we're in the text section. */
extern int in_text_section PARAMS ((void));
#ifdef CTORS_SECTION_ASM_OP
@@ -394,7 +394,7 @@ extern const char *weak_global_object_name;
/* Nonzero if function being compiled doesn't contain any calls
(ignoring the prologue and epilogue). This is set prior to
local register allocation and is valid for the remaining
- compiler passes. */
+ compiler passes. */
extern int current_function_is_leaf;
@@ -405,7 +405,7 @@ extern int current_function_nothrow;
/* Nonzero if function being compiled doesn't modify the stack pointer
(ignoring the prologue and epilogue). This is only valid after
- life_analysis has run. */
+ life_analysis has run. */
extern int current_function_sp_is_unchanging;