diff options
| author | kleink <kleink@NetBSD.org> | 1998-12-20 17:52:01 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1998-12-20 17:52:01 +0000 |
| commit | 37709da7587fac0bbfed9741d52b44d067ac7ecf (patch) | |
| tree | 68dc2a278c4c6641e88454ecaab672e141ac6b8d /lib/libedit | |
| parent | 5ca15dd95fa1fc8fb3425801e3fdb80b29c4d9b5 (diff) | |
Change multiple inclusion protection symbol name to NetBSD convention which
doesn't violate namespace rules.
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/histedit.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libedit/histedit.h b/lib/libedit/histedit.h index 96166d705ee..c445eb4442d 100644 --- a/lib/libedit/histedit.h +++ b/lib/libedit/histedit.h @@ -1,4 +1,4 @@ -/* $NetBSD: histedit.h,v 1.10 1998/07/29 02:26:00 lukem Exp $ */ +/* $NetBSD: histedit.h,v 1.11 1998/12/20 17:52:01 kleink Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -41,8 +41,8 @@ /* * histedit.h: Line editor and history interface. */ -#ifndef _h_editline -#define _h_editline +#ifndef _HISTEDIT_H_ +#define _HISTEDIT_H_ #include <sys/types.h> #include <stdio.h> @@ -186,4 +186,4 @@ int history __P((History *, HistEvent *, int, ...)); #define H_SAVE 18 /* , const char *); */ #define H_CLEAR 19 /* , void); */ -#endif /* _h_editline */ +#endif /* _HISTEDIT_H_ */ |
