X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Flinker.c;h=6ee0418e0a6aca0390f3ff89ec4e3c0ead4c5b03;hb=d8d68d0bd4c45af6f0dc69b4fc33d37d961aca85;hp=5841fdc4c57b1f4016b3c9496fef54110746a612;hpb=81ffe9a7de1db0b3a318a053b38882d1b7ab304c;p=inform.git diff --git a/src/linker.c b/src/linker.c index 5841fdc..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 - 2018 */ -/* */ -/* 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 */