1.0.41.22: runtime: Rename backtrace() to lisp_backtrace().
authorAlastair Bridgewater <lisphacker@users.sourceforge.net>
Sat, 7 Aug 2010 13:46:38 +0000 (13:46 +0000)
committerAlastair Bridgewater <lisphacker@users.sourceforge.net>
Sat, 7 Aug 2010 13:46:38 +0000 (13:46 +0000)
commit34b6835722544ff2b49b11e2c7e085ac9fb0e3d7
treeb8eadae59dfab52809f1ff725bc5ef8f7be80e53
parent6793d7dd32d1fa48d2ee395e240e1b7ff857912e
1.0.41.22: runtime: Rename backtrace() to lisp_backtrace().

  * glibc provides a backtrace() function which can be useful for
debugging runtime problems, but we already have a backtrace()
function.  Rename our backtrace() function so that it cannot
collide with the glibc version.
src/runtime/backtrace.c
src/runtime/monitor.c
version.lisp-expr