aboutsummaryrefslogtreecommitdiff
path: root/gdb/f-exp.y
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-04-05 04:22:08 +0000
committerFred Fish <fnf@specifix.com>1996-04-05 04:22:08 +0000
commit72ae15f6b0b419e5bb334a232f00f5710e8597ba (patch)
tree876ae6825109279adddc5811d37c6f7fb8e86d07 /gdb/f-exp.y
parentab1aa5cd6cd1e18814c20c8801e989fc260b8ee9 (diff)
downloadfsf-binutils-gdb-72ae15f6b0b419e5bb334a232f00f5710e8597ba.zip
fsf-binutils-gdb-72ae15f6b0b419e5bb334a232f00f5710e8597ba.tar.gz
fsf-binutils-gdb-72ae15f6b0b419e5bb334a232f00f5710e8597ba.tar.bz2
* configure.in: Check for setpgid function.
* config.in: Regenerate with autoheader. * configure: Regenerate with autoconf. * inflow.c (_initialize_inflow): Only try to use _SC_JOB_CONTROL if it is actually defined. (gdb_setpgid): Use HAVE_SETPGID. * ch-exp.c: Change include of <string.h> to "gdb_string.h". * c-exp.y: Ditto. * f-exp.y: Ditto. * m2-exp.y: Ditto. * c-exp.y: Include <ctype.h>. * serial.c: Ditto. * config/m68k/nm-news.h: Add typedef for pid_t which is apparently missing from <sys/types.h>. Enclose entire file in NM_NEWS_H ifndef and define when included. * config/mips/nm-news-mips.h: Ditto. * config/m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Change name of temporary variable.
Diffstat (limited to 'gdb/f-exp.y')
-rw-r--r--gdb/f-exp.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/f-exp.y b/gdb/f-exp.y
index b50094a..528d215 100644
--- a/gdb/f-exp.y
+++ b/gdb/f-exp.y
@@ -43,7 +43,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
%{
#include "defs.h"
-#include <string.h>
+#include "gdb_string.h"
#include "expression.h"
#include "value.h"
#include "parser-defs.h"