Modified DEFINE_RDF_VOCAB macro so that it doesn't create static constructors on Unix.

git-svn-id: svn://10.0.0.236/trunk@22041 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
1999-02-26 03:07:59 +00:00
parent 22db265958
commit b3ecd2c6b5

View File

@@ -45,7 +45,7 @@
#define DEFINE_RDF_VOCAB(namespace, prefix, name) \
static const char* kURI##prefix##_##name = ##namespace #name ;\
static const char* kTag##prefix##_##name = kURI##prefix##_##name## + sizeof(##namespace) - 1
static const char* kTag##prefix##_##name = #name
/**
* Core RDF vocabularies that we use to infer semantic actions