]> git.saurik.com Git - bison.git/blobdiff - src/reader.c
Playing with autoscan.
[bison.git] / src / reader.c
index 25877c18597897f091349d4d4d0e0827ee866459..d7527158aca5549dc388a416dad300191056f371 100644 (file)
@@ -132,8 +132,8 @@ get_merge_function (const char* name, const char* type,
   if (syms->next == NULL)
     {
       syms->next = XMALLOC (merger_list, 1);
-      syms->next->name = strdup (name);
-      syms->next->type = strdup (type);
+      syms->next->name = xstrdup (name);
+      syms->next->type = xstrdup (type);
       syms->next->next = NULL;
       merge_functions = head.next;
     }