From 91745a1ec003daa82a00f7518976f9ba1e1734b9 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Fri, 23 Mar 2018 14:58:24 -0700 Subject: [PATCH] Pacify pedantic compilers that object to // comments in code claiming to be older standard modified: src/gcmain3.c --- src/gcmain3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gcmain3.c b/src/gcmain3.c index 709f4c6..927c1dd 100644 --- a/src/gcmain3.c +++ b/src/gcmain3.c @@ -501,7 +501,7 @@ LispPTR gcscanstack(void) { if (ntend != 0) { obascframe = bascframe; - bascframe = (Bframe *)ntend; // Addr68k_from_StkOffset(ntend); + bascframe = (Bframe *)ntend; if (0 != (3 & (UNSIGNED)bascframe)) { char debugStr[100]; sprintf(debugStr,