diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -595,7 +595,7 @@ the same file name is found in the `doc-directory'. */) | |||
| 595 | { | 595 | { |
| 596 | #include "buildobj.h" | 596 | #include "buildobj.h" |
| 597 | }; | 597 | }; |
| 598 | int i = sizeof buildobj / sizeof *buildobj; | 598 | int i = ARRAYELTS (buildobj); |
| 599 | while (0 <= --i) | 599 | while (0 <= --i) |
| 600 | Vbuild_files = Fcons (build_string (buildobj[i]), Vbuild_files); | 600 | Vbuild_files = Fcons (build_string (buildobj[i]), Vbuild_files); |
| 601 | Vbuild_files = Fpurecopy (Vbuild_files); | 601 | Vbuild_files = Fpurecopy (Vbuild_files); |