mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Add explicit disclaimer
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28350 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6304106753
commit
80a1dc28ae
2 changed files with 10 additions and 0 deletions
|
@ -49,6 +49,11 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
/*
|
||||
* NB. This file is intended for internal use by the GNUstep libraries
|
||||
* and may change siugnificantly between releases.
|
||||
* While it is unlikley to be removed from the distributiuon any time
|
||||
* soon, its use by other software is not officially supported.
|
||||
*
|
||||
* This file should be INCLUDED in files wanting to use the GSIArray
|
||||
* functions - these are all declared inline for maximum performance.
|
||||
*
|
||||
|
|
|
@ -41,6 +41,11 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
/*
|
||||
* NB. This file is intended for internal use by the GNUstep libraries
|
||||
* and may change siugnificantly between releases.
|
||||
* While it is unlikley to be removed from the distributiuon any time
|
||||
* soon, its use by other software is not officially supported.
|
||||
*
|
||||
* This file should be INCLUDED in files wanting to use the GSIMap
|
||||
* functions - these are all declared inline for maximum performance.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue