Change keyword arg to positional in SUB-GC
commit2730a04c1b6662a02c574ee3eeb1fd34d2530bdc
authorDouglas Katzman <dougk@google.com>
Fri, 22 Sep 2017 02:43:39 +0000 (21 22:43 -0400)
committerDouglas Katzman <dougk@google.com>
Fri, 22 Sep 2017 02:43:39 +0000 (21 22:43 -0400)
treed1cd88bcbfef003da55a3575e73337616a8b8f96
parentbbc75aa5d855b7ffe32cfcb224669c79a2aeddd4
Change keyword arg to positional in SUB-GC

Removes a minor annoyance when debugging GC invocation at instruction level
src/code/gc.lisp
src/runtime/gc-common.c
src/runtime/safepoint.c