Rename an ignored parameter to avoid ignoring a special variable
commit2ca36af08fa85e3b025cd16353e1afe70f80b02b
authorKris Katterjohn <katterjohn@gmail.com>
Mon, 14 May 2018 23:30:21 +0000 (14 18:30 -0500)
committerKris Katterjohn <katterjohn@gmail.com>
Mon, 14 May 2018 23:30:21 +0000 (14 18:30 -0500)
treeb3dfe9cbd54089bc917e2a63ac0ef475033b06f8
parentac3157852fc64f0aaaa46c35457ad149469872ed
Rename an ignored parameter to avoid ignoring a special variable

STEP-INTO has an optional parameter that is ignored (I guess for
consistency of the debugger interface) but that parameter happened
to be named N, which is special.  (The dynamic binding of N is never
referenced during the call to STEP-INTO.)
src/mdebug.lisp