Add export (for Mac), fix XP_strcmp NOT_NULL bug.

This commit is contained in:
guha 1998-05-21 19:16:43 +00:00
parent 9572e18899
commit 587d877cf1
2 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ RDF_SetResourceLock
RDF_Shutdown
RDF_StdVocab
RDF_Unassert
RDF_AddCookieResource
# RDFglueExit
# RDFglueInitialize
# __initialize

View File

@ -655,7 +655,7 @@ CookieAssert(RDFT rdf, RDF_Resource u, RDF_Resource s, void *v,
/* handle command in 'v' on 'u' */
if (startsWith(COOKIE_CMD_PREFIX, resourceID(vu)))
{
if (!XP_STRCMP(resourceID(vu), COOKIE_CMD_HOSTS))
if (!strcmp(resourceID(vu), COOKIE_CMD_HOSTS))
{
/* do whatever is appropriate for the cmd */
}