From 4d8573013a97d0353447f959c14ccaddc1ff8c14 Mon Sep 17 00:00:00 2001 From: James Hammons Date: Thu, 29 Dec 2011 16:00:52 +0000 Subject: [PATCH] Reverted changes made to utter failure in the header. :-) --- rln.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rln.h b/rln.h index 3d379c7..d4591b3 100644 --- a/rln.h +++ b/rln.h @@ -254,9 +254,9 @@ complete, total, and utter failure. :-) // This macro is used to compare two symbols for equality. It depends on // symcopy remaining as it is (copies two longs plus a null) -//#define symcmp(a,b) ((*(uint32_t *)(a) == *(uint32_t *)(b)) && \ -// (*(uint32_t *)((a) + sizeof(uint32_t)) == \ -// *(uint32_t *)((b) + sizeof(uint32_t)))) +//#define symcmp(a,b) ((*(long *)(a) == *(long *)(b)) && \ +// (*(long *)((a) + sizeof(long)) == \ +// *(long *)((b) + sizeof(long)))) // Function Prototypes -- 2.37.2