~ chicken-core (chicken-5) bb9d1f85ecadfd7ecb7f848c93d5f820f02a553e


commit bb9d1f85ecadfd7ecb7f848c93d5f820f02a553e
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sun Jun 4 15:50:16 2017 +0200
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sun Jun 4 15:50:16 2017 +0200

    LLP is really called C_LLP...

diff --git a/dbg-stub.c b/dbg-stub.c
index 7357008f..bcc26628 100644
--- a/dbg-stub.c
+++ b/dbg-stub.c
@@ -75,7 +75,7 @@ static WSADATA wsa;
 
 #ifdef C_SIXTY_FOUR
 # define C_HEADER_BITS_SHIFT      56
-# ifdef LLP
+# ifdef C_LLP
 #  define UWORD_COUNT_FORMAT_STRING     "%llu"
 # else
 #  define UWORD_COUNT_FORMAT_STRING     "%lu"
diff --git a/runtime.c b/runtime.c
index 9b87716f..1a815908 100644
--- a/runtime.c
+++ b/runtime.c
@@ -194,7 +194,7 @@ static C_TLS int timezone;
 
 #ifdef C_SIXTY_FOUR
 # define FORWARDING_BIT_SHIFT          63
-# ifdef LLP
+# ifdef C_LLP
 #  define ALIGNMENT_HOLE_MARKER         ((C_word)0xfffffffffffffffeLL)
 #  define UWORD_FORMAT_STRING           "0x%016llx"
 #  define UWORD_COUNT_FORMAT_STRING     "%llu"
Trap