diff options
author | Doug Gilbert <dgilbert999@users.noreply.github.com> | 2017-10-13 09:24:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-13 09:24:09 -0500 |
commit | c13849780c80d1ed466efbeaabcc663fe48cd87d (patch) | |
tree | 2c0223224c8d7c263087cdc2bb8da39bf8dc7bb7 /gcc/cp | |
parent | f8c463f16d47773cfd9946a8948a50efde3fee14 (diff) | |
parent | 35b1c5c7fb6699541b35cd0fd6414d08b9af5ebe (diff) | |
download | ppe42-gcc-gcc-4_9_2-ppe42.tar.gz ppe42-gcc-gcc-4_9_2-ppe42.zip |
Merge pull request #5 from dgilbert999/gcc-4_9_2-ppe42gcc-4_9_2-ppe42
unsupported insn for bswap emitted
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/cfns.gperf | 2 | ||||
-rw-r--r-- | gcc/cp/cfns.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/cfns.gperf b/gcc/cp/cfns.gperf index 3a85aaa936f..05ca753927e 100644 --- a/gcc/cp/cfns.gperf +++ b/gcc/cp/cfns.gperf @@ -21,7 +21,7 @@ __inline #endif static unsigned int hash (const char *, unsigned int); #ifdef __GNUC__ -//__inline +__inline #endif const char * libc_name_p (const char *, unsigned int); %} diff --git a/gcc/cp/cfns.h b/gcc/cp/cfns.h index dca250ef555..c845ddf08ea 100644 --- a/gcc/cp/cfns.h +++ b/gcc/cp/cfns.h @@ -52,7 +52,7 @@ __inline #endif static unsigned int hash (const char *, unsigned int); #ifdef __GNUC__ -//__inline +__inline #endif const char * libc_name_p (const char *, unsigned int); /* maximum key range = 391, duplicates = 0 */ |