]> vcs.slashdirt.org Git - sw/tic2json.git/commitdiff

vcs.slashdirt.org Git - sw/tic2json.git/commitdiff

git git / sw / tic2json.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 998d1d9)
parser v02: disambiguate parse_config
2021年8月21日 11:54:52 +0000 (13:54 +0200)
2021年8月21日 14:20:24 +0000 (16:20 +0200)

diff --git a/tic2json.c b/tic2json.c
index 779048f4795b23d16c1c9e562a85a6a0974a41e2..3c5f4a84d6cb0fc010723f317041cd0561359a93 100644 (file)
--- a/tic2json.c
+++ b/tic2json.c
@@ -300,7 +300,7 @@ static void usage(void)
);
}
-void parse_config(const char *filename);
+void parse_config_v02(const char *filename);
#endif /* !BAREBUILD */
int main(int argc, char **argv)
@@ -322,7 +322,7 @@ int main(int argc, char **argv)
tp.framedelims[0] = '{'; tp.framedelims[1] = '}';
break;
case 'e':
- parse_config(optarg);
+ parse_config_v02(optarg);
break;
case 'h':
usage();
diff --git a/ticv02.y b/ticv02.y
index 7cb785d0323af5e950dea685d283e439be4039e0..0282478f02a6d87860d394ceeade48bee7649493 100644 (file)
--- a/ticv02.y
+++ b/ticv02.y
@@ -200,7 +200,7 @@ etiquette_nodate:
%%
#ifndef BAREBUILD
-void parse_config(const char *filename)
+void parse_config_v02(const char *filename)
{
if (!(ticv02yyin = fopen(filename, "r"))) {
perror(filename);
tic2json TIC parser/converter
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /