chiark
/
gitweb
/
~mdw
/
become
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8cdc1da
)
Fix multiple inclusion guard macro name.
author
mdw
<mdw>
Thu, 23 Apr 1998 13:24:21 +0000
(13:24 +0000)
committer
mdw
<mdw>
Thu, 23 Apr 1998 13:24:21 +0000
(13:24 +0000)
src/name.h
patch
|
blob
|
blame
|
history
diff --git
a/src/name.h
b/src/name.h
index 19724812c2e24b1a4905bfa86004d68ddaa0f3f0..fe7c221af355d55bf10181f8330ece822237e05e 100644
(file)
--- a/
src/name.h
+++ b/
src/name.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: name.h,v 1.
5 1998/01/12 16:46:15
mdw Exp $
+ * $Id: name.h,v 1.
6 1998/04/23 13:24:21
mdw Exp $
*
* Looking up of names in symbol tables
*
*
* Looking up of names in symbol tables
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: name.h,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: name.h,v $
+ * Revision 1.6 1998/04/23 13:24:21 mdw
+ * Fix multiple inclusion guard macro name.
+ *
* Revision 1.5 1998/01/12 16:46:15 mdw
* Fix copyright date.
*
* Revision 1.5 1998/01/12 16:46:15 mdw
* Fix copyright date.
*
@@
-46,8
+49,8
@@
*
*/
*
*/
-#ifndef NAME
S
_H
-#define NAME
S
_H
+#ifndef NAME_H
+#define NAME_H
#ifdef __cplusplus
extern "C" {
#ifdef __cplusplus
extern "C" {