]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Nop.
authorBruno Haible <bruno@clisp.org>
Mon, 23 Jun 2003 09:51:43 +0000 (09:51 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:43 +0000 (12:10 +0200)
gettext-tools/src/x-perl.c

index 7e89b7d3e8d629f261121eacf242f94345fc5748..b9d9c08b641ea48d0f9112fe3fe700495cebbfe3 100644 (file)
@@ -2022,10 +2022,12 @@ x_perl_prelex (message_list_ty *mlp, token_ty *tp)
                case 'w':
                  tp->type = token_type_symbol;
                  break;
-               default: /* q\000 */
+               case '\0':
                  tp->type = token_type_string;
                  tp->string_type = string_type_q;
                  break;
+               default:
+                 abort ();
                }
              return;
            }