]> Shamusworld >> Repos - rln/commitdiff
Reverted changes made to utter failure in the header. :-)
authorJames Hammons <jlhamm@acm.org>
Thu, 29 Dec 2011 16:00:52 +0000 (16:00 +0000)
committerJames Hammons <jlhamm@acm.org>
Thu, 29 Dec 2011 16:00:52 +0000 (16:00 +0000)
rln.h

diff --git a/rln.h b/rln.h
index 3d379c7acee1e26c3cf41df9c8ea6f91b6cab951..d4591b329c4bd51ceea6670b9874d0caea1eb616 100644 (file)
--- 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)
 
 // 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
 
 
 // Function Prototypes