Attempt notification queue fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29073 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-11-27 10:42:33 +00:00
parent ee898e98e1
commit 1f22968eb4
3 changed files with 122 additions and 67 deletions

View file

@ -3484,7 +3484,7 @@ fatalErrorFunction(void *ctx, const unsigned char *msg, ...)
SETCB(hasExternalSubset, hasExternalSubset);
SETCB(getEntity, getEntity:);
SETCB(entityDecl, entityDecl:type:public:system:content:);
SETCB(notationDecl, notationDecl:public:);
SETCB(notationDecl, notationDecl:public:system:);
SETCB(attributeDecl, attributeDecl:name:type:typeDefValue:defaultValue:);
SETCB(elementDecl, elementDecl:type:);
SETCB(unparsedEntityDecl, unparsedEntityDecl:public:system:notationName:);