* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
[deliverable/binutils-gdb.git] / gdb / typeprint.c
index 85be5e9e45f4b29d2f05f046384c612853aa6906..5e13e07fb4d989d019175f4c27c8ed78f1559ef6 100644 (file)
@@ -73,7 +73,7 @@ whatis_exp (exp, show)
 {
   struct expression *expr;
   register value val;
-  register struct cleanup *old_chain;
+  register struct cleanup *old_chain = NULL;
 
   if (exp)
     {
This page took 0.023614 seconds and 4 git commands to generate.