mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
ee898e98e1
commit
1f22968eb4
3 changed files with 122 additions and 67 deletions
|
@ -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:);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue