public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/modula-2] M2Quads.mod format specifier fix.
@ 2022-07-11 15:02 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2022-07-11 15:02 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5916ce2dacd9db90fc583e2c216e667712bda8ad

commit 5916ce2dacd9db90fc583e2c216e667712bda8ad
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Mon Jul 11 15:23:20 2022 +0100

    M2Quads.mod format specifier fix.
    
    gcc/m2/ChangeLog:
    
            * gm2-compiler/M2Quads.mod (GetQualidentImport):
            Removed parenthesis to fix format specifier.
    
    Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>

Diff:
---
 gcc/m2/gm2-compiler/M2Quads.mod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/m2/gm2-compiler/M2Quads.mod b/gcc/m2/gm2-compiler/M2Quads.mod
index be40d056b90..0c7ae8a7ce4 100644
--- a/gcc/m2/gm2-compiler/M2Quads.mod
+++ b/gcc/m2/gm2-compiler/M2Quads.mod
@@ -8013,14 +8013,14 @@ BEGIN
    IF ModSym=NulSym
    THEN
       MetaErrorNT2 (tokno,
-                    'module {%a} cannot be found and is needed to import {%a}', module, n) ;
+                    'module %a cannot be found and is needed to import %a', module, n) ;
       FlushErrors ;
       RETURN NulSym
    END ;
    Assert(IsDefImp(ModSym)) ;
    IF (GetExported (tokno, ModSym, n)=NulSym) OR IsUnknown (GetExported (tokno, ModSym, n))
    THEN
-      MetaErrorN2 ('module {%a} does not export procedure {%a} which is a necessary component of the runtime system, hint check the path and library/language variant',
+      MetaErrorN2 ('module %a does not export procedure %a which is a necessary component of the runtime system, hint check the path and library/language variant',
                    module, n) ;
       FlushErrors ;
       RETURN NulSym


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-11 15:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-11 15:02 [gcc/devel/modula-2] M2Quads.mod format specifier fix Gaius Mulley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).