Deal with more illegal chars in C variable

This commit is contained in:
Aoran Zeng
2025-07-15 00:10:34 +08:00
parent 78001c002f
commit 4ac8ae9cc0
2 changed files with 7 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
unit module Version;
constant VERSION = "0.1.0.1";
constant VERSION = "0.1.0.2";
constant RELEASE_DATE = "2025/07/14";
constant Maintain_URL = "https://github.com/RubyMetric/chsrc/blob/dev/tool/rawstr4c";