* dwarf2dbg.c (dwarf2_directive_file): Avoid signed/unsigned warning.
[deliverable/binutils-gdb.git] / gdb / parser-defs.h
index ded9c330f401b887ed152b2fb30fdbb6c3a6e27f..cf8539965d12e0d82ced4a0e78b1aed304b75239 100644 (file)
@@ -1,5 +1,6 @@
 /* Parser definitions for GDB.
-   Copyright (C) 1986, 1989, 1990, 1991 Free Software Foundation, Inc.
+   Copyright 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
+   1998, 1999, 2000 Free Software Foundation, Inc.
    Modified from expread.y by the Department of Computer Science at the
    State University of New York at Buffalo.
 
@@ -23,6 +24,8 @@
 #if !defined (PARSER_DEFS_H)
 #define PARSER_DEFS_H 1
 
+#include "doublest.h"
+
 struct std_regs
   {
     char *name;
This page took 0.023402 seconds and 4 git commands to generate.