mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 00:00:50 +00:00
Minor fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15871 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8b385db9d3
commit
391078933d
4 changed files with 8 additions and 12 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2003-02-04 Adam Fedor <fedor@Eldorado.local.>
|
||||||
|
|
||||||
|
* Headers/gnustep/base/.cvsignore: Don't include config.h.in
|
||||||
|
* Documentation/.cvsignore: Don't include *texi
|
||||||
|
* Source/Additions/GSXML.h: Fix up GSXLM.h include on MacOSX
|
||||||
|
|
||||||
2003-02-02 Stephane Corthesy <stephane@sente.ch>
|
2003-02-02 Stephane Corthesy <stephane@sente.ch>
|
||||||
Adam Fedor <fedor@gnu.org>
|
Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,6 @@
|
||||||
=*
|
=*
|
||||||
version.tmpl.texi
|
version.tmpl.texi
|
||||||
version.texi
|
version.texi
|
||||||
gnustep-base.texi
|
|
||||||
gnustep-zones.texi
|
|
||||||
announce.texi
|
|
||||||
coding-standards.texi
|
|
||||||
install.texi
|
|
||||||
news.texi
|
|
||||||
readme.texi
|
|
||||||
status.texi
|
|
||||||
todo.texi
|
|
||||||
gnustep-base.info
|
gnustep-base.info
|
||||||
gnustep-base_toc.html
|
gnustep-base_toc.html
|
||||||
gnustep-base_1.html
|
gnustep-base_1.html
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
preface.h config.h config.h.in
|
preface.h config.h
|
||||||
*_bas.h *_cbs.h
|
|
||||||
|
|
|
@ -44,8 +44,8 @@
|
||||||
|
|
||||||
#ifdef HAVE_LIBXML
|
#ifdef HAVE_LIBXML
|
||||||
|
|
||||||
|
#include <gnustep/base/GSXML.h>
|
||||||
#ifndef NeXT_Foundation_LIBRARY
|
#ifndef NeXT_Foundation_LIBRARY
|
||||||
#include <Foundation/GSXML.h>
|
|
||||||
#include <Foundation/NSData.h>
|
#include <Foundation/NSData.h>
|
||||||
#include <Foundation/NSValue.h>
|
#include <Foundation/NSValue.h>
|
||||||
#include <Foundation/NSURL.h>
|
#include <Foundation/NSURL.h>
|
||||||
|
|
Loading…
Reference in a new issue