diff options
author | DJ Delorie <dj@redhat.com> | 2002-06-25 01:03:52 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-06-25 01:03:52 +0000 |
commit | 007425f1be975b0f98ef5714fd5ee8a16eb9715c (patch) | |
tree | c7e42779824e43da63f69675f4e48a361812a805 /include/hashtab.h | |
parent | d226df4d47daef16da7f1bca258663519cd18c57 (diff) | |
download | binutils-007425f1be975b0f98ef5714fd5ee8a16eb9715c.zip binutils-007425f1be975b0f98ef5714fd5ee8a16eb9715c.tar.gz binutils-007425f1be975b0f98ef5714fd5ee8a16eb9715c.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/hashtab.h')
-rw-r--r-- | include/hashtab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hashtab.h b/include/hashtab.h index 7fb31e4..be866b5 100644 --- a/include/hashtab.h +++ b/include/hashtab.h @@ -1,5 +1,5 @@ /* An expandable hash tables datatype. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. Contributed by Vladimir Makarov (vmakarov@cygnus.com). This program is free software; you can redistribute it and/or modify @@ -36,7 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ extern "C" { #endif /* __cplusplus */ -#include <ansidecl.h> +#include "ansidecl.h" #ifndef GTY #define GTY(X) |