(_resolve_debug): explicitly set to zero. this moves the variable

from bss to data and the dynamic linker on MacOS X/Darwin seems
unhappy with stuff in the bss segment.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8111 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-04-04 22:01:32 +00:00
parent 4414906714
commit 09af4ce047

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
* Copyright (c) 1995 - 2000 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -64,7 +64,7 @@ static struct stot{
{NULL, 0}
};
int _resolve_debug;
int _resolve_debug = 0;
static int
string_to_type(const char *name)