summaryrefslogtreecommitdiff
path: root/src/doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c
index 069c0294914..99d1ab292f0 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -546,7 +546,7 @@ the same file name is found in the `doc-directory'. */)
{
#include "buildobj.h"
};
- int i = ARRAYELTS (buildobj);
+ int i = countof (buildobj);
while (0 <= --i)
Vbuild_files = Fcons (build_string (buildobj[i]), Vbuild_files);
}