diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-01-18 22:32:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-01-18 22:32:06 +0000 |
commit | 32dd366d5eb66118ffa3d59e4cc43df8c1452d18 (patch) | |
tree | 425ca14b83df83fc9ec4077dae150050d77bb259 /gcc/system.h | |
parent | 634661fe5a3f091d6c4b15527ddc7cfc3e448469 (diff) | |
download | gcc-32dd366d5eb66118ffa3d59e4cc43df8c1452d18.tar.gz |
basic-block.h: Fix comment formatting.
* basic-block.h: Fix comment formatting.
* calls.c: Likewise.
* combine.c: Likewise.
* convert.c: Likewise.
* gcov.c: Likewise.
* haifa-sched.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* profile.c: Likewise.
* system.h: Likewise.
From-SVN: r61478
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h index 0d8106df09b..a7f0bf271bf 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -569,7 +569,7 @@ typedef char _Bool; #if defined(FLEX_SCANNER) || defined(YYBISON) /* Flex and bison use malloc and realloc. Yuk. Note that this means - really_call_* cannot be used in a .l or .y file. */ + really_call_* cannot be used in a .l or .y file. */ #define malloc xmalloc #define realloc xrealloc #endif |