X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Flinker.c;h=6ee0418e0a6aca0390f3ff89ec4e3c0ead4c5b03;hb=d8d68d0bd4c45af6f0dc69b4fc33d37d961aca85;hp=4966a689e2f08ebd0c6b08a83cf00b8dcb8994fd;hpb=e536ce9e39cc1bfa82ecd1d6d73f874af655f9db;p=inform.git diff --git a/src/linker.c b/src/linker.c index 4966a68..6ee0418 100644 --- a/src/linker.c +++ b/src/linker.c @@ -1,9 +1,8 @@ /* ------------------------------------------------------------------------- */ /* "linker" : For compiling and linking modules */ /* */ -/* Copyright (c) Graham Nelson 1993 - 2020 */ -/* */ -/* This file is part of Inform. */ +/* Part of Inform 6.35 */ +/* copyright (c) Graham Nelson 1993 - 2021 */ /* */ /* Inform is free software: you can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ @@ -16,7 +15,7 @@ /* GNU General Public License for more details. */ /* */ /* You should have received a copy of the GNU General Public License */ -/* along with Inform. If not, see https://gnu.org/licenses/ */ +/* along with Inform. If not, see https://gnu.org/licenses/ * /* */ /* ------------------------------------------------------------------------- */ @@ -646,7 +645,7 @@ of the Inform 6 compiler knows about: it may not link in correctly", filename); filename, module_size/1024); if (linker_trace_level >= 1) printf("%s\n", link_banner); if (transcript_switch) - write_to_transcript_file(link_banner); + write_to_transcript_file(link_banner, STRCTX_INFO); } /* (4) Merge in the dictionary */