Remove dependency upon config.h by headers files and include

directly in source files because the config.h file is system
dependent, used just for compiling the source, and should
not be installed.
Some minor bug fixes.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2619 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Scott Christley 1997-11-06 00:51:23 +00:00
parent 4129d31259
commit 369c38280a
150 changed files with 415 additions and 40 deletions

View file

@ -21,6 +21,7 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <config.h>
#include <gnustep/base/preface.h>
#include <Foundation/NSInvocation.h>
#include <Foundation/NSMethodSignature.h>