]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Revert last reversion. The original was better.
authorJim Blandy <jimb@codesourcery.com>
Fri, 10 May 2002 16:26:59 +0000 (16:26 +0000)
committerJim Blandy <jimb@codesourcery.com>
Fri, 10 May 2002 16:26:59 +0000 (16:26 +0000)
gdb/macroexp.c

index d03b7d018c33bf400056f62c00ee82127e21441e..cb97f423483c05a976aaf4a8324d8ed888d68e69 100644 (file)
@@ -339,7 +339,7 @@ get_character_constant (struct macro_buffer *tok, char *p, char *end)
       for (;;)
         {
           if (p >= end)
-            error ("Invalid character constant.");
+            error ("Unmatched single quote.");
           else if (*p == '\'')
             {
               if (p == body_start)