1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-18 09:02:39 +00:00

Pacify pedantic compilers that object to // comments in code claiming to be older standard

modified:   src/gcmain3.c
This commit is contained in:
Nick Briggs 2018-03-23 14:58:24 -07:00
parent 367deb7547
commit 91745a1ec0

View File

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