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:
parent
367deb7547
commit
91745a1ec0
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user