2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 01:52:17 +00:00
[SVN r15714]
This commit is contained in:
Vladimir Prus
2002-10-04 15:23:46 +00:00
parent e25e871ef9
commit a89955db06
2 changed files with 4 additions and 2 deletions

View File

@@ -166,7 +166,8 @@ static void bind_explicitly_located_target(void* xtarget, void* data)
void bind_explicitly_located_targets()
{
hashenumerate(targethash, bind_explicitly_located_target, (void*)0);
if (targethash)
hashenumerate(targethash, bind_explicitly_located_target, (void*)0);
}
/* TODO: this is probably not a good idea to use functions in other modules like

View File

@@ -166,7 +166,8 @@ static void bind_explicitly_located_target(void* xtarget, void* data)
void bind_explicitly_located_targets()
{
hashenumerate(targethash, bind_explicitly_located_target, (void*)0);
if (targethash)
hashenumerate(targethash, bind_explicitly_located_target, (void*)0);
}
/* TODO: this is probably not a good idea to use functions in other modules like