1
0
Fork 0
forked from fun/fun

Hmmm... (0.27.2)

This commit is contained in:
Johannes Findeisen 2025-10-18 06:46:00 +02:00
commit 4056ef2ce0
4 changed files with 96 additions and 4 deletions

View file

@ -694,7 +694,7 @@ static char *preprocess_includes_internal(const char *src, int depth) {
return out.buf;
}
static char *preprocess_includes(const char *src) {
char *preprocess_includes(const char *src) {
return preprocess_includes_internal(src, 0);
}