aboutsummaryrefslogtreecommitdiff
path: root/intl/hash-string.h
diff options
context:
space:
mode:
authorMarcin Dalecki <martin@dalecki.de>2006-10-23 14:20:56 +0000
committerMarcin Dalecki <martin@dalecki.de>2006-10-23 14:20:56 +0000
commit46e02f6dd14ae7279e94be50f8f5473abcac97af (patch)
tree9ab887994c957be985a0a73b8b26801920bd6637 /intl/hash-string.h
parent6194350ff9feab15c279e8dcde95aefbd71a74b5 (diff)
Added the first working version of the C++ compatibility port. Everything with the notable exception of ADA just works now.c++-compat-branch
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/c++-compat-branch@117976 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'intl/hash-string.h')
-rw-r--r--intl/hash-string.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/intl/hash-string.h b/intl/hash-string.h
index 6eab80f96e3..2984b7ba49a 100644
--- a/intl/hash-string.h
+++ b/intl/hash-string.h
@@ -36,8 +36,7 @@
static unsigned long int hash_string PARAMS ((const char *__str_param));
static inline unsigned long int
-hash_string (str_param)
- const char *str_param;
+hash_string (const char *str_param)
{
unsigned long int hval, g;
const char *str = str_param;