summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/symtab.c
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1993-12-01 16:44:43 +0000
committerAndreas Schulz <ats@FreeBSD.org>1993-12-01 16:44:43 +0000
commit285aeeb5e40f923f0998371b054ca65647af14e6 (patch)
treeeeb27e7273b8419157ee99fbf794e664bc242771 /gnu/usr.bin/gdb/symtab.c
parentdb4d1e715601ccf41d4851a3991f0a811f1fd5c6 (diff)
downloadsrc-test2-285aeeb5e40f923f0998371b054ca65647af14e6.tar.gz
src-test2-285aeeb5e40f923f0998371b054ca65647af14e6.zip
Notes
Diffstat (limited to 'gnu/usr.bin/gdb/symtab.c')
-rw-r--r--gnu/usr.bin/gdb/symtab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/symtab.c b/gnu/usr.bin/gdb/symtab.c
index a6feff4d19f8..4e4bd8ef8978 100644
--- a/gnu/usr.bin/gdb/symtab.c
+++ b/gnu/usr.bin/gdb/symtab.c
@@ -5,7 +5,7 @@
* Modified 1991 by Donn Seeley at UUNET Technologies, Inc.
* Modified 1990 by Van Jacobson at Lawrence Berkeley Laboratory.
*
- * $Header: /home/cvs/386BSD/src/usr.bin/gdb/symtab.c,v 1.1.1.1 1993/06/12 14:52:20 rgrimes Exp $;
+ * $Header: /a/cvs/386BSD/src/gnu/gdb/symtab.c,v 1.1 1993/06/29 09:47:40 nate Exp $;
*/
#ifndef lint
@@ -33,8 +33,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
#include "defs.h"
-#include "symtab.h"
#include "param.h"
+#include "symtab.h"
#include <obstack.h>
#include <assert.h>