~ chicken-core (chicken-5) 460733d099809f04a98b392640e65930629af9ab


commit 460733d099809f04a98b392640e65930629af9ab
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Dec 12 12:19:57 2011 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Mon Dec 12 12:19:57 2011 +0100

    use C-style comment in embedded C code inside locative-stress-test.scm

diff --git a/tests/locative-stress-test.scm b/tests/locative-stress-test.scm
index baae4857..9d36ea0d 100644
--- a/tests/locative-stress-test.scm
+++ b/tests/locative-stress-test.scm
@@ -8,7 +8,7 @@
 #>
 long *ptrs[10];
 
-//#define check(n)  ptrs[n] = o##n; if(!C_in_stackp((C_word)o##n) && !C_in_fromspacep((C_word)o##n)) C_dbg_hook(0);
+/*#define check(n)  ptrs[n] = o##n; if(!C_in_stackp((C_word)o##n) && !C_in_fromspacep((C_word)o##n)) C_dbg_hook(0);*/
 #define check(n)
 
 long fill_10(long i, long *o0, long *o1, long *o2, long *o3, long *o4,
Trap