projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f571f3
)
Don't use string function optiomization for C++ as long as we use macros.
author
drepper
<drepper>
Thu, 23 Jul 1998 10:44:46 +0000
(10:44 +0000)
committer
drepper
<drepper>
Thu, 23 Jul 1998 10:44:46 +0000
(10:44 +0000)
string/string.h
patch
|
blob
|
history
diff --git
a/string/string.h
b/string/string.h
index
ee69a78
..
409fa99
100644
(file)
--- a/
string/string.h
+++ b/
string/string.h
@@
-299,7
+299,7
@@
extern char *basename __P ((__const char *__filename));
#if defined __GNUC__ && __GNUC__ >= 2
-# if defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__
+# if defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__
&& !defined __cplusplus
/* When using GNU CC we provide some optimized versions of selected
functions from this header. There are two kinds of optimizations: