]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Comment out unused function.
authorBruno Haible <bruno@clisp.org>
Mon, 23 Jun 2003 09:52:35 +0000 (09:52 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:44 +0000 (12:10 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/x-php.c

index 118a08e50dd2bc48312c92676eab886174e9a2b0..e09308de14544eb9166c8218c9c0c2fe228f766d 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-22  Bruno Haible  <bruno@clisp.org>
+
+       * x-php.c (phase3_ungetc): Comment out unused function.
+
 2003-06-21  Bruno Haible  <bruno@clisp.org>
 
        * format-perl.c: Complete rewrite.
index c291c45f4102faac662d185678877fd05084d3dd..338ff6291c7c228c6f3c5b18d2db00d689b424dd 100644 (file)
@@ -685,12 +685,14 @@ phase3_getc ()
     return c;
 }
 
+#ifdef unused
 static void
 phase3_ungetc (int c)
 {
   if (c != EOF)
     phase3_pushback[phase3_pushback_length++] = c;
 }
+#endif
 
 
 /* ========================== Reading of tokens.  ========================== */