X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=rln.h;h=d4591b329c4bd51ceea6670b9874d0caea1eb616;hb=7a68775424579a2e57843186afffb8e46b4314ad;hp=3d379c7acee1e26c3cf41df9c8ea6f91b6cab951;hpb=7748e5d5171798fdf89f9c4e0a545d80bcc70b85;p=rln 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