]> Git Repo - binutils.git/commitdiff
Add no-c-format comment to prevent confusion when translating string.
authorNick Clifton <[email protected]>
Thu, 17 Jan 2002 11:28:49 +0000 (11:28 +0000)
committerNick Clifton <[email protected]>
Thu, 17 Jan 2002 11:28:49 +0000 (11:28 +0000)
gas/ChangeLog
gas/gasp.c
gas/macro.c

index 3e20ea51303f6716687998f8115092db0344a578..e1a215074386c6aa1cdde3b59083e3942cbaaa79 100644 (file)
@@ -1,3 +1,10 @@
+2002-01-17  Nick Clifton  <[email protected]>
+
+       * macro.c (get_any_string): Add no-c-format comment to prevent
+       confusion when translating string.
+       * gasp.c (get_any_string): Add no-c-format comment to prevent
+       confusion when translating string.
+
 2002-01-16  Thiemo Seufer <[email protected]>
            Johannes Stezenbach <[email protected]>
        * config/tc-mips.c (percent_op): Ensure longer percent_op's are
index dc1946e4e5e3bbb5379c655803cdc8123c8622b7..73b4d882daa58e61dd3f9f948960df0f445a377e 100644 (file)
@@ -1,5 +1,5 @@
 /* gasp.c - Gnu assembler preprocessor main program.
-   Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+   Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
    Free Software Foundation, Inc.
 
    Written by Steve and Judy Chamberlain of Cygnus Support,
@@ -1549,6 +1549,7 @@ get_any_string (idx, in, out, expand, pretend_quoted)
          int val;
          char buf[20];
          /* Turns the next expression into a string.  */
+         /* xgettext: no-c-format */
          idx = exp_get_abs (_("% operator needs absolute expression"),
                             idx + 1,
                             in,
index 3e03c5d68f1a8e30c3d349fcd79a2415d38ffd75..11d65113817b27612f2cbb5285b1f8706e2418f5 100644 (file)
@@ -1,5 +1,5 @@
 /* macro.c - macro support for gas and gasp
-   Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+   Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
    Free Software Foundation, Inc.
 
    Written by Steve and Judy Chamberlain of Cygnus Support,
@@ -378,6 +378,7 @@ get_any_string (idx, in, out, expand, pretend_quoted)
          int val;
          char buf[20];
          /* Turns the next expression into a string.  */
+         /* xgettext: no-c-format */
          idx = (*macro_expr) (_("% operator needs absolute expression"),
                               idx + 1,
                               in,
This page took 0.029162 seconds and 4 git commands to generate.