Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > f6760e87467dbef657bfdd5d1462fccd > files > 2

sdcc2.9-2.9.0-3.mga3.src.rpm

--- sdcc/support/cpp/libcpp/macro.c.orig	2008-12-30 15:27:20.000000000 +0200
+++ sdcc/support/cpp/libcpp/macro.c	2011-12-31 22:23:07.998806033 +0200
@@ -1657,7 +1657,7 @@ create_iso_definition (cpp_reader *pfile
              function-like macros, but not at the end.  */
           if (following_paste_op)
             {
-              cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
+              cpp_error (pfile, CPP_DL_ERROR, "%s", paste_op_error_msg);
               return false;
             }
           break;
@@ -1670,7 +1670,7 @@ create_iso_definition (cpp_reader *pfile
              function-like macros, but not at the beginning.  */
           if (macro->count == 1)
             {
-              cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
+              cpp_error (pfile, CPP_DL_ERROR, "%s", paste_op_error_msg);
               return false;
             }