diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-30 02:13:15 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-30 02:13:15 +0000 |
commit | 265ab036ba930e88825e04a0c4684adb2b4a858a (patch) | |
tree | 92a778eebd03c7a6bbb68111407bd43ff34ee83a /libobjc/selector.c | |
parent | fc449a714ba744bd812bf8b0c081bf062c54cbeb (diff) | |
download | gcc-265ab036ba930e88825e04a0c4684adb2b4a858a.tar.gz |
* 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
Diffstat (limited to 'libobjc/selector.c')
-rw-r--r-- | libobjc/selector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/selector.c b/libobjc/selector.c index 83c70e4ae0f..470a2c48cdd 100644 --- a/libobjc/selector.c +++ b/libobjc/selector.c @@ -24,7 +24,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ covered by the GNU General Public License. */ #include "runtime.h" -#include "objc/sarray.h" +#include "sarray.h" #include "encoding.h" /* Initial selector hash table size. Value doesn't matter much */ |