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:
7b55ae9
)
(internal_function): Don't define here if PROF is defined.
author
drepper
<drepper>
Tue, 24 Feb 1998 15:13:54 +0000
(15:13 +0000)
committer
drepper
<drepper>
Tue, 24 Feb 1998 15:13:54 +0000
(15:13 +0000)
config.h.in
patch
|
blob
|
history
diff --git
a/config.h.in
b/config.h.in
index
9e85c7e
..
8cee659
100644
(file)
--- a/
config.h.in
+++ b/
config.h.in
@@
-66,7
+66,7
@@
/* Defined to some form of __attribute__ ((...)) if the compiler supports
a different, more efficient calling convention. */
-#if
def USE_REGPARMS
+#if
defined USE_REGPARMS && !defined PROF
# define internal_function __attribute__ ((regparm (3), stdcall))
#endif