From c3b3799437c258b16b179d05002b74443a5f5dc6 Mon Sep 17 00:00:00 2001 From: totoro Date: Tue, 5 Jan 2021 00:22:40 +0900 Subject: [PATCH] version for Anubis 1.19 --- ds_generator.anubis | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ds_generator.anubis b/ds_generator.anubis index 922eb36..23b878d 100644 --- a/ds_generator.anubis +++ b/ds_generator.anubis @@ -1,7 +1,7 @@ /* * Created by PyramIDE. * User: フランスのトトロ aka (David RENÉ) - * Date: 22/01/2017 + * Date: 05/01/2021 * Time: 21:50 * © David RENÉ */ @@ -15,9 +15,9 @@ public type DS_Generator_API: ((List(DS_Type_File), List(DS_Message), String) -> Maybe(One)) generate_type_files). public define Maybe(DS_Generator_API) - load_ds_generator_1_14 + load_ds_generator_1_19 = - with file_name = "ds_gen_1_14.adm", + with file_name = "ds_gen_1_19.adm", if (LoadAdm(DS_Generator_API))load_adm(file_name) is { file_not_found then print("File '"+file_name+"' not found.\n\n");failure, -- libgit2 0.21.4