Mercurial > hg > piper-cpp
view ext/sord/sord-single.c @ 296:50a0b4fea7f1 tip master
Merge pull request #8 from michel-slm/gcc15
Include headers needed to compile with GCC 15's -std=gnu23 default
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 27 Jan 2025 08:53:58 +0000 |
parents | cb51adadccd5 |
children |
line wrap: on
line source
// Include all Serd and Sord source files into a single file. // This is not part of the original libraries. #include "../serd/src/byte_source.c" #include "../serd/src/env.c" #include "../serd/src/node.c" #include "../serd/src/reader.c" #include "../serd/src/string.c" #include "../serd/src/uri.c" #include "../serd/src/writer.c" #include "src/sord.c" #include "src/syntax.c"