From 2e4153f6f3908b6746e8e50194d0a6e8e2f35111 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 31 May 2005 18:56:50 +0000 Subject: 2005-05-31 Martin Hunt * map-keys.c: Don't forget to undef KEYSYM, ALLKEYS and ALLKEYSD. --- runtime/ChangeLog | 4 ++++ runtime/map-keys.c | 3 +++ 2 files changed, 7 insertions(+) (limited to 'runtime') 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 + + * map-keys.c: Don't forget to undef KEYSYM, ALLKEYS and ALLKEYSD. + 2005-05-26 Martin Hunt * 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 -- cgit