summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_lex.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-11-07 17:39:25 +0000
committerwollman <wollman@FreeBSD.org>1993-11-07 17:39:25 +0000
commitf76e5f01603b75a279cb3cc8d4f4fea4b3f5a53d (patch)
treefe4a51ef83556fd55a91ad8c30f6ccdfebdbb4b2 /sys/ddb/db_lex.h
parente31f27fb9058e2da4f7bfb3cfa01bff2a870805c (diff)
downloadFreeBSD-src-f76e5f01603b75a279cb3cc8d4f4fea4b3f5a53d.zip
FreeBSD-src-f76e5f01603b75a279cb3cc8d4f4fea4b3f5a53d.tar.gz
Make all headers idempotent. All incorrect common data moved out of header
files and into a related source file.
Diffstat (limited to 'sys/ddb/db_lex.h')
-rw-r--r--sys/ddb/db_lex.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/ddb/db_lex.h b/sys/ddb/db_lex.h
index 98c3747..e2f224e 100644
--- a/sys/ddb/db_lex.h
+++ b/sys/ddb/db_lex.h
@@ -23,9 +23,12 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id$
+ * $Id: db_lex.h,v 1.2 1993/10/16 16:47:19 rgrimes Exp $
*/
+#ifndef _DDB_DB_LEX_H_
+#define _DDB_DB_LEX_H_ 1
+
/*
* Author: David B. Golub, Carnegie Mellon University
* Date: 7/90
@@ -71,3 +74,4 @@ extern int db_radix;
+#endif /* _DDB_DB_LEX_H_ */
OpenPOWER on IntegriCloud