diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-05-09 12:02:29 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-05-09 12:02:29 +0000 |
commit | 786de7eb9aaaf39f96248b6d42316b2aa4e9bf63 (patch) | |
tree | 8dfb059637bc4dfe3718b626a8be035328c2a665 /gcc/stringpool.c | |
parent | b7764693d645c516a9b1be36fce35b12731fffb6 (diff) | |
download | gcc-786de7eb9aaaf39f96248b6d42316b2aa4e9bf63.zip gcc-786de7eb9aaaf39f96248b6d42316b2aa4e9bf63.tar.gz gcc-786de7eb9aaaf39f96248b6d42316b2aa4e9bf63.tar.bz2 |
sbitmap.c: Fix formatting.
* sbitmap.c: Fix formatting.
* scan.c: Likewise.
* scan-decls.c: Likewise.
* sched-deps.c: Likewise.
* sched-ebb.c: Likewise.
* sched-rgn.c: Likewise.
* sched-vis.c: Likewise.
* sdbout.c: Likewise.
* sibcall.c: Likewise.
* simplify-rtx.c: Likewise.
* ssa.c: Likewise.
* ssa-ccp.c: Likewise.
* ssa-dce.c: Likewise.
* stmt.c: Likewise.
* stor-layout.c: Likewise.
* stringpool.c: Likewise.
From-SVN: r53324
Diffstat (limited to 'gcc/stringpool.c')
-rw-r--r-- | gcc/stringpool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stringpool.c b/gcc/stringpool.c index e5b674a..13f90ca 100644 --- a/gcc/stringpool.c +++ b/gcc/stringpool.c @@ -110,7 +110,7 @@ get_identifier (text) /* Identical to get_identifier, except that the length is assumed known. */ - + tree get_identifier_with_length (text, length) const char *text; |