add explicit disclaimer

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/stable@28351 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-06-13 08:12:31 +00:00
parent 0833bae975
commit 03730b9a4a
2 changed files with 10 additions and 0 deletions

View file

@ -48,6 +48,11 @@ extern "C" {
#endif #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 * This file should be INCLUDED in files wanting to use the GSIArray
* functions - these are all declared inline for maximum performance. * functions - these are all declared inline for maximum performance.
* *

View file

@ -40,6 +40,11 @@ extern "C" {
#endif #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 * This file should be INCLUDED in files wanting to use the GSIMap
* functions - these are all declared inline for maximum performance. * functions - these are all declared inline for maximum performance.
* *