* backtrace.c (display_backtrace_body): since the `print_state'
authorMichael Livshin <mlivshin@bigfoot.com>
Sat, 31 Mar 2001 21:19:50 +0000 (21:19 +0000)
committerMichael Livshin <mlivshin@bigfoot.com>
Sat, 31 Mar 2001 21:19:50 +0000 (21:19 +0000)
commit463b2219df03352a7e5c74e5755c6bd88988125c
tree040be041289d1a88925dfbf6b19ad867208ae633
parentb0839672afe3274ff4db7a65842a55122f177607
* backtrace.c (display_backtrace_body): since the `print_state'
variable is not used (instead its data field is used directly as
`pstate'), protect it from the hungry compiler optimizations.
thanks to Bill Schottstaedt for the report.
libguile/ChangeLog
libguile/backtrace.c