summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-05-30 17:08:09 +0200
committerTyge Løvset <[email protected]>2022-05-30 17:08:09 +0200
commit6a5ec101dc606a9bb13ef5a5ee64ab001decc666 (patch)
tree7b368fdcc1e7055bd1d327f29c4c108eb604c751 /examples
parent58bb58e7980d1eae175ed66dbe873893a05ab81e (diff)
downloadSTC-modified-6a5ec101dc606a9bb13ef5a5ee64ab001decc666.tar.gz
STC-modified-6a5ec101dc606a9bb13ef5a5ee64ab001decc666.zip
Updated benchmarks and renamed utf8utils.c to utf8code.c
Diffstat (limited to 'examples')
-rw-r--r--examples/regex1.c2
-rw-r--r--examples/regex2.c2
-rw-r--r--examples/regex_match.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/regex1.c b/examples/regex1.c
index 84a5e28b..919bfd66 100644
--- a/examples/regex1.c
+++ b/examples/regex1.c
@@ -31,4 +31,4 @@ int main(int argc, char* argv[])
}
#include "../src/cregex.c"
-#include "../src/utf8utils.c"
+#include "../src/utf8code.c"
diff --git a/examples/regex2.c b/examples/regex2.c
index 19c49ec2..c98c2e21 100644
--- a/examples/regex2.c
+++ b/examples/regex2.c
@@ -34,4 +34,4 @@ int main()
}
#include "../src/cregex.c"
-#include "../src/utf8utils.c"
+#include "../src/utf8code.c"
diff --git a/examples/regex_match.c b/examples/regex_match.c
index c2499733..4bb8bee5 100644
--- a/examples/regex_match.c
+++ b/examples/regex_match.c
@@ -29,4 +29,4 @@ int main()
}
#include "../src/cregex.c"
-#include "../src/utf8utils.c"
+#include "../src/utf8code.c"