summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorandmarti1424 <scim.spreadsheet@gmail.com>2015-08-22 19:01:45 -0300
committerandmarti1424 <scim.spreadsheet@gmail.com>2015-08-22 19:01:45 -0300
commit9c8057e0761f86dba93be5ee2c663f9c0c36f0a1 (patch)
tree7d014b9c0db7c64ddff3f6fcb96577210d0e47eb /src
parent719c9d7bbacc04670be8b9ea95d0e537413b273c (diff)
Added MACOSX varible in Makefile
Diffstat (limited to 'src')
-rw-r--r--src/macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros.h b/src/macros.h
index aa1017d..edea49b 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -24,7 +24,7 @@
#define OKEY_UP 0x103
#define OKEY_DEL 0x14a
-#ifdef NETBSD
+#if ( defined(NETBSD) || defined(MACOSX) )
#define OKEY_BS 0x7f
#else
#define OKEY_BS 0x107