diff options
author | Jason Merrill <jason@redhat.com> | 2015-05-12 21:11:13 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2015-05-12 21:11:13 -0400 |
commit | fe1814cf8401eb2cdc54ce76838bd5996d9d6e70 (patch) | |
tree | 16ec5443dfe9fd2ac067417ccf154dbf84aed6b1 /gcc/config/msp430 | |
parent | 0753c69c6275152ac2be3dc173bf88707a96cf33 (diff) | |
download | gcc-fe1814cf8401eb2cdc54ce76838bd5996d9d6e70.zip gcc-fe1814cf8401eb2cdc54ce76838bd5996d9d6e70.tar.gz gcc-fe1814cf8401eb2cdc54ce76838bd5996d9d6e70.tar.bz2 |
mmix.c, msp430.c: Add space between string literal and macro name.
gcc/
* config/mmix/mmix.c, config/msp430/msp430.c: Add space between
string literal and macro name.
gcc/ada/
* sigtramp-vxworks.c: Add space between string literal and macro
name.
From-SVN: r223106
Diffstat (limited to 'gcc/config/msp430')
-rw-r--r-- | gcc/config/msp430/msp430.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/msp430/msp430.c b/gcc/config/msp430/msp430.c index bec168c..58d0efe 100644 --- a/gcc/config/msp430/msp430.c +++ b/gcc/config/msp430/msp430.c @@ -2248,7 +2248,7 @@ static struct } const_shift_helpers[] = { -#define CSH(N,C,X,G) { "__mspabi_"N, C, X, gen_##G } +#define CSH(N,C,X,G) { "__mspabi_" N, C, X, gen_##G } CSH ("slli", 1, 1, slli_1), CSH ("slll", 1, 1, slll_1), |