summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhunt <hunt>2005-05-31 18:56:50 +0000
committerhunt <hunt>2005-05-31 18:56:50 +0000
commit2e4153f6f3908b6746e8e50194d0a6e8e2f35111 (patch)
tree471a07a45bee39d35b99b2f55250ae5e6d9c05c7
parentce10591c2048cc3c5e4979b15e14fecc2a384968 (diff)
downloadsystemtap-steved-2e4153f6f3908b6746e8e50194d0a6e8e2f35111.tar.gz
systemtap-steved-2e4153f6f3908b6746e8e50194d0a6e8e2f35111.tar.xz
systemtap-steved-2e4153f6f3908b6746e8e50194d0a6e8e2f35111.zip
2005-05-31 Martin Hunt <hunt@redhat.com>
* map-keys.c: Don't forget to undef KEYSYM, ALLKEYS and ALLKEYSD.
-rw-r--r--runtime/ChangeLog4
-rw-r--r--runtime/map-keys.c3
2 files changed, 7 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 8ae68395..894f501c 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-31 Martin Hunt <hunt@redhat.com>
+
+ * map-keys.c: Don't forget to undef KEYSYM, ALLKEYS and ALLKEYSD.
+
2005-05-26 Martin Hunt <hunt@redhat.com>
* current.c (_stp_sprint_regs): Implement for i386.
diff --git a/runtime/map-keys.c b/runtime/map-keys.c
index f9221410..894d79f5 100644
--- a/runtime/map-keys.c
+++ b/runtime/map-keys.c
@@ -406,3 +406,6 @@ void KEYSYM(_stp_map_key) (MAP map, ALLKEYSD(key))
#undef KEY5STOR
#undef KEY_ARITY
+#undef KEYSYM
+#undef ALLKEYS
+#undef ALLKEYSD