aboutsummaryrefslogtreecommitdiff
path: root/termkey.h
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2008-03-20 20:38:23 +0000
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2008-03-20 20:38:23 +0000
commitd4ace41d01400350423263cb967cca5e48e48358 (patch)
treec559588a582489ba1178213598bd20680e9d4fda /termkey.h
parenteb2fed629d9adc979c4b26630f460f61610684d8 (diff)
downloadtermo-d4ace41d01400350423263cb967cca5e48e48358.tar.gz
termo-d4ace41d01400350423263cb967cca5e48e48358.tar.xz
termo-d4ace41d01400350423263cb967cca5e48e48358.zip
Renamed .h file's include guard to avoid a C reserved identifier space
Diffstat (limited to 'termkey.h')
-rw-r--r--termkey.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/termkey.h b/termkey.h
index c3e1b32..b85237a 100644
--- a/termkey.h
+++ b/termkey.h
@@ -1,5 +1,5 @@
-#ifndef __TERMKEY_H__
-#define __TERMKEY_H__
+#ifndef GUARD_TERMKEY_H_
+#define GUARD_TERMKEY_H_
#include <stdint.h>
#include <stdlib.h>