Reverted changes made to utter failure in the header. :-)

This commit is contained in:
James Hammons 2011-12-29 16:00:52 +00:00
parent 35f3e59d5c
commit 4d8573013a
1 changed files with 3 additions and 3 deletions

6
rln.h
View File

@ -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