* config/pa/nm-hppab.h: Delete duplicate CANNOT_STORE_REGISTER decl.
[deliverable/binutils-gdb.git] / binutils / rclex.l
index 6e29e622d0897ac304ca7a0539a34f5e197461e6..600e38ec9f116aac126d6b8c9af1e2ae67089698 100644 (file)
@@ -452,7 +452,7 @@ get_string (len)
   as->s = xmalloc (len);
 
   as->next = strings;
-  strings = as->next;
+  strings = as;
 
   return as->s;
 }
This page took 0.024126 seconds and 4 git commands to generate.