From: James Hammons Date: Thu, 29 Dec 2011 16:00:52 +0000 (+0000) Subject: Reverted changes made to utter failure in the header. :-) X-Git-Tag: v1.7.1~40 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=commitdiff_plain;h=4d8573013a97d0353447f959c14ccaddc1ff8c14 Reverted changes made to utter failure in the header. :-) --- 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