aboutsummaryrefslogtreecommitdiffstats
path: root/pc
diff options
context:
space:
mode:
Diffstat (limited to 'pc')
-rw-r--r--pc/ChangeLog2
-rw-r--r--pc/Makefile4
2 files changed, 5 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 0530e52b..e71ef987 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -4,6 +4,8 @@
gets things more right. Thanks to Manuel Collado for the
suggestion.
* Makefile.tst: Regenerated.
+ * Makefile (DYNOBJS): Add dynarray_at_failure$O and
+ dynarray_resize_clear$O.
2021-05-09 Eli Zaretskii <eliz@gnu.org>
diff --git a/pc/Makefile b/pc/Makefile
index b2ca315e..0dc8bb40 100644
--- a/pc/Makefile
+++ b/pc/Makefile
@@ -241,7 +241,9 @@ ALLOBJS = $(AWKOBJS) awkgram$O getid$O $(OBJ)
# LIBOBJS
# GNU and other stuff that gawk uses as library routines.
-DYNOBJS= dynarray_resize$O dynarray_emplace_enlarge$O dynarray_finalize$O
+DYNOBJS= dynarray_resize$O dynarray_emplace_enlarge$O dynarray_finalize$O \
+ dynarray_at_failure$O dynarray_resize_clear$O
+
LIBOBJS= getopt$O getopt1$O dfa$O random$O localeinfo$O regex$O $(DYNOBJS)
GAWKOBJS = $(ALLOBJS) $(LIBOBJS)