2001-12-21 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / top.h
index eee63d13f6da7d45b22f2b1be4194ebf471ae9d2..49a32a9bb328ec444d24a5c27f163a219ac8366b 100644 (file)
--- a/gdb/top.h
+++ b/gdb/top.h
@@ -1,5 +1,6 @@
 /* Top level stuff for GDB, the GNU debugger.
-   Copyright 1986-1994, 2000 Free Software Foundation, Inc.
+   Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996,
+   1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -18,6 +19,9 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#ifndef TOP_H
+#define TOP_H
+
 /* From top.c.  */
 extern char *line;
 extern int linesize;
@@ -66,3 +70,5 @@ extern char *source_error;
 extern char *source_pre_error;
 extern int history_expansion_p;
 extern int server_command;
+
+#endif
This page took 0.073936 seconds and 4 git commands to generate.