diff options
author | Ben Elliston <bje@cygnus.com> | 1998-09-30 02:13:15 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-09-29 20:13:15 -0600 |
commit | bce1b48955c1d71f070e56f4928717e7866128b5 (patch) | |
tree | 92a778eebd03c7a6bbb68111407bd43ff34ee83a /libobjc/thr-dce.c | |
parent | 6fc19d6d03677c3b45099270cf7ea71810c280a5 (diff) | |
download | gcc-bce1b48955c1d71f070e56f4928717e7866128b5.tar.gz |
Makefile.in: Rewrite.
* 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.
Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r22659
Diffstat (limited to 'libobjc/thr-dce.c')
-rw-r--r-- | libobjc/thr-dce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/thr-dce.c b/libobjc/thr-dce.c index 0f7063b7e83..3fa5b9b1b3e 100644 --- a/libobjc/thr-dce.c +++ b/libobjc/thr-dce.c @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ covered by the GNU General Public License. */ #include <pthread.h> -#include <objc/thr.h> +#include <thr.h> #include "runtime.h" /* Key structure for maintaining thread specific storage */ |