Skip to content

Commit 4d351cd

Browse files
committed
tectonic/core-kpathutil.c: rename from tectonic/tidy_kpathutil.c
Continuing the project of making the names of the C/C++ source files more sane. This file has code that has no specific dependence on the TeX engine or external modules so we can classify it as "core".
1 parent 3bb22ca commit 4d351cd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ fn main() {
157157
.flag("-Wall")
158158
.file("tectonic/bibtex.c")
159159
.file("tectonic/core-bridge.c")
160+
.file("tectonic/core-kpathutil.c")
160161
.file("tectonic/dpx-agl.c")
161162
.file("tectonic/dpx-bmpimage.c")
162163
.file("tectonic/dpx-cff.c")
@@ -239,7 +240,6 @@ fn main() {
239240
.file("tectonic/stringpool.c")
240241
.file("tectonic/synctex.c")
241242
.file("tectonic/texmfmp.c")
242-
.file("tectonic/tidy_kpathutil.c")
243243
.file("tectonic/xetex0.c")
244244
.file("tectonic/XeTeX_ext.c")
245245
.file("tectonic/xetexini.c")
File renamed without changes.

tectonic/internals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ extern scaled mult_and_add(integer n, scaled x, scaled y, scaled max_answer);
146146
extern scaled x_over_n(scaled x, integer n);
147147
extern scaled xn_over_d(scaled x, integer n, integer d);
148148

149-
/* tidy_kpathutil.c */
149+
/* core-kpathutil.c */
150150
extern string xstrdup (const_string s);
151151
extern void *xmalloc (size_t size);
152152
extern void *xrealloc (void *old_address, size_t new_size);

0 commit comments

Comments
 (0)