From 904f56f2c26edc7eb11d5a27579bccbeca29c618 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 26 Mar 2024 03:03:59 +0000 Subject: CTAN sync 202403260303 --- graphics/asymptote/genv.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'graphics/asymptote/genv.h') diff --git a/graphics/asymptote/genv.h b/graphics/asymptote/genv.h index ad31574a5e..7587d9aee5 100644 --- a/graphics/asymptote/genv.h +++ b/graphics/asymptote/genv.h @@ -45,7 +45,10 @@ class genv : public gc { // Translate a module to build the record type. record *loadModule(symbol name, string s); record *loadTemplatedModule( - symbol name, string s, mem::vector *args + symbol id, + string filename, + mem::vector *args, + trans::frame *parent ); public: @@ -54,10 +57,11 @@ public: // Get an imported module, translating if necessary. record *getModule(symbol name, string s); record *getTemplatedModule( - symbol name, - string s, + symbol id, + string filename, string sigHandle, - mem::vector *args + mem::vector *args, + frame *parent ); // Uses the filename->record map to build a filename->initializer map to be -- cgit v1.2.3