summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/labels.c
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/labels.c')
-rw-r--r--macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/labels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/labels.c b/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/labels.c
index 0b7f5f0375..8d3090f1a6 100644
--- a/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/labels.c
+++ b/macros/texinfo/texinfo/tp/Texinfo/XS/parsetexi/labels.c
@@ -37,7 +37,7 @@ register_label (ELEMENT *current, ELEMENT *label)
labels_space *= 1.5;
labels_list = realloc (labels_list, labels_space * sizeof (LABEL));
if (!labels_list)
- abort ();
+ fatal ("realloc failed");
}
labels_list[labels_number++].target = current;