SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
30
textproc/opensp/patches/patch-lib_Parser_h
Normal file
30
textproc/opensp/patches/patch-lib_Parser_h
Normal file
|
@ -0,0 +1,30 @@
|
|||
Index: lib/Parser.h
|
||||
--- lib/Parser.h.orig
|
||||
+++ lib/Parser.h
|
||||
@@ -62,16 +62,16 @@ class Parser : private ParserState { (public)
|
||||
Parser(const SgmlParser::Params &);
|
||||
Event *nextEvent();
|
||||
void parseAll(EventHandler &, const volatile sig_atomic_t *cancelPtr);
|
||||
- ParserState::sdPointer;
|
||||
- ParserState::instanceSyntaxPointer;
|
||||
- ParserState::prologSyntaxPointer;
|
||||
- ParserState::activateLinkType;
|
||||
- ParserState::allLinkTypesActivated;
|
||||
- ParserState::entityManager;
|
||||
- ParserState::entityCatalog;
|
||||
- ParserState::baseDtd;
|
||||
- ParserState::options;
|
||||
- ParserState::instantiateDtd;
|
||||
+ using ParserState::sdPointer;
|
||||
+ using ParserState::instanceSyntaxPointer;
|
||||
+ using ParserState::prologSyntaxPointer;
|
||||
+ using ParserState::activateLinkType;
|
||||
+ using ParserState::allLinkTypesActivated;
|
||||
+ using ParserState::entityManager;
|
||||
+ using ParserState::entityCatalog;
|
||||
+ using ParserState::baseDtd;
|
||||
+ using ParserState::options;
|
||||
+ using ParserState::instantiateDtd;
|
||||
friend class PiAttspecParser;
|
||||
private:
|
||||
Parser(const Parser &); // undefined
|
Loading…
Add table
Add a link
Reference in a new issue