From 265ab036ba930e88825e04a0c4684adb2b4a858a Mon Sep 17 00:00:00 2001 From: law Date: Wed, 30 Sep 1998 02:13:15 +0000 Subject: * Makefile.in: Rewrite. * configure.in: Likewise. * configure: Regenerate. * All .c files. Remove "objc" prefix when including objc header files. Include tconfig.h, not ../tconfig.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22659 138bc75d-0d04-0410-961f-82ee72b054a4 --- libobjc/objects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libobjc/objects.c') diff --git a/libobjc/objects.c b/libobjc/objects.c index d079c5d4ec7..df74b85de87 100644 --- a/libobjc/objects.c +++ b/libobjc/objects.c @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ however invalidate any other reasons why the executable file might be covered by the GNU General Public License. */ -#include "../tconfig.h" /* include defs of bzero for target */ +#include "tconfig.h" /* include defs of bzero for target */ #include "objc.h" #include "runtime.h" /* the kitchen sink */ -- cgit v1.2.1