diff options
author | hunt <hunt> | 2005-05-31 18:56:50 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-05-31 18:56:50 +0000 |
commit | 2e4153f6f3908b6746e8e50194d0a6e8e2f35111 (patch) | |
tree | 471a07a45bee39d35b99b2f55250ae5e6d9c05c7 /runtime/map-keys.c | |
parent | ce10591c2048cc3c5e4979b15e14fecc2a384968 (diff) | |
download | systemtap-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.c | 3 |
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 |