mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
add array 'informalProtocols' to accumulate informal protocols as they are found
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20089 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4920b3a4da
commit
896ff24db8
2 changed files with 11 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
NSCharacterSet *spaces; // All blank characters
|
||||
NSCharacterSet *spacenl; // Blanks excluding newline
|
||||
NSArray *args; // Not retained.
|
||||
NSMutableArray *informalProtocols; // built up as discovered
|
||||
BOOL verbose;
|
||||
BOOL warn;
|
||||
}
|
||||
|
@ -62,5 +63,6 @@
|
|||
withIndent: (unsigned)ind
|
||||
to: (NSMutableString*)buf;
|
||||
- (NSArray*) split: (NSString*)str;
|
||||
- (NSArray*) informalProtocols;
|
||||
@end
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue