Add macros to handle NOP insertion.
[deliverable/binutils-gdb.git] / gdb / scm-exp.c
index 70e719181dd449a3e2c840ef0f6f7dca7c36fea4..63995639dcf326bae854ee8837dba0c379e19254 100644 (file)
@@ -230,7 +230,7 @@ scm_lreadr (skipping)
 {
   int c, j;
   struct stoken str;
-  LONGEST svalue;
+  LONGEST svalue = 0;
  tryagain:
   c = *lexptr++;
   switch (c)
This page took 0.023271 seconds and 4 git commands to generate.