mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
* Tools/autogsdoc.m, AGSHtml.m, AGSIndex.m, AGSOutput.m: Add
MacOSX compatibility headers. * Tools/AGSParser.m: Idem. (-log:arguments:): Replace strinWithFormat:arguments: with initWithFormat:arguments: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16282 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7e206578ae
commit
cd3075c8da
6 changed files with 26 additions and 1 deletions
|
@ -22,6 +22,9 @@
|
|||
|
||||
#include "AGSOutput.h"
|
||||
#include "gnustep/base/GNUstep.h"
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
#include "gnustep/base/GSCategories.h"
|
||||
#endif
|
||||
|
||||
@interface AGSOutput (Private)
|
||||
- (NSString*) mergeMarkup: (NSString*)markup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue