summaryrefslogtreecommitdiff
path: root/src/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc.h')
-rw-r--r--src/gc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gc.h b/src/gc.h
index 4065ded..6da0ab5 100644
--- a/src/gc.h
+++ b/src/gc.h
@@ -57,9 +57,9 @@ in this Software without prior written authorization from The Open Group.
*
**********************************************************************/
-#ifndef _GC_
-#define _GC_
+#ifndef GC_H
+#define GC_H
extern void CreateGCs(void);
-#endif /* _GC_ */
+#endif /* GC_H */