summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-05-30 15:43:27 +0200
committerTyge Løvset <[email protected]>2022-05-30 15:43:27 +0200
commita180efa0f31a3ba6a91ea505545f1ad1b638cc5a (patch)
tree816a0169c503f31b6681807212953071b9b7dbca /examples
parent58bb58e7980d1eae175ed66dbe873893a05ab81e (diff)
downloadSTC-modified-a180efa0f31a3ba6a91ea505545f1ad1b638cc5a.tar.gz
STC-modified-a180efa0f31a3ba6a91ea505545f1ad1b638cc5a.zip
Renamed utf8utils.c => 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"