diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-10-11 19:00:49 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-11 19:00:49 +0000 |
commit | 7ef0daad61a23ce02d461cac50b9eb1a67ef80dd (patch) | |
tree | b75603a6e4a2bded3183dd393f89df7d93b538cf /gcc/final.c | |
parent | e3ff2b2bb624babf5209b08e9745024e940c1744 (diff) | |
download | gcc-7ef0daad61a23ce02d461cac50b9eb1a67ef80dd.zip gcc-7ef0daad61a23ce02d461cac50b9eb1a67ef80dd.tar.gz gcc-7ef0daad61a23ce02d461cac50b9eb1a67ef80dd.tar.bz2 |
expr.c: Follow spelling conventions.
* expr.c: Follow spelling conventions.
* final.c: Likewise.
* optabs.c: Likewise.
* sched-deps.c: Likewise.
* sdbout.c: Likewise.
From-SVN: r72361
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c index 1938604..423c734 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -3422,7 +3422,7 @@ asm_fprintf (FILE *file, const char *p, ...) break; #ifdef ASM_FPRINTF_EXTENSIONS - /* Upper case letters are reserved for general use by asm_fprintf + /* Uppercase letters are reserved for general use by asm_fprintf and so are not available to target specific code. In order to prevent the ASM_FPRINTF_EXTENSIONS macro from using them then, they are defined here. As they get turned into real extensions |