summaryrefslogtreecommitdiffstats
path: root/runtime/map-keys.c
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 /runtime/map-keys.c
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.
Diffstat (limited to 'runtime/map-keys.c')
-rw-r--r--runtime/map-keys.c3
1 files changed, 3 insertions, 0 deletions
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