diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-18 13:40:36 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-18 13:40:36 +0000 |
commit | 04641143608fd6b7afca5bd0777c12ccbf4a7bd3 (patch) | |
tree | 5c9fe756812fe0ac947a0d1762e2cb3c3e7adaf6 /gcc/cppfiles.c | |
parent | 8538de21ed0c18134a3ef3af6a700fb0adbed9dc (diff) | |
download | ppe42-gcc-04641143608fd6b7afca5bd0777c12ccbf4a7bd3.tar.gz ppe42-gcc-04641143608fd6b7afca5bd0777c12ccbf4a7bd3.zip |
* bitmap.h: Fix comment formatting.
* combine.c: Likewise.
* cppfiles.c: Likewise.
* c-pragma.h: Likewise.
* c-typeck.c: Likewise.
* df.c: Likewise.
* dwarf2out.c: Likewise.
* function.c: Likewise.
* gcc.c: Likewise.
* genattrtab.c: Likewise.
* gthr-win32.h: Likewise.
* haifa-sched.c: Likewise.
* predict.c: Likewise.
* rtlanal.c: Likewise.
* rtl.h: Likewise.
* unwind-dw2-fde.h: Likewise.
* unwind-pe.h: Likewise.
* vmsdbgout.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48987 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r-- | gcc/cppfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c index 4fffce1ce08..4c595a85705 100644 --- a/gcc/cppfiles.c +++ b/gcc/cppfiles.c @@ -94,7 +94,7 @@ struct include_file }; /* Variable length record files on VMS will have a stat size that includes - record control characters that won't be included in the read size. */ + record control characters that won't be included in the read size. */ #ifdef VMS # define FAB_C_VAR 2 /* variable length records (see Starlet fabdef.h) */ # define STAT_SIZE_TOO_BIG(ST) ((ST).st_fab_rfm == FAB_C_VAR) |