From ba6508c1f56ffa2fedd70a7e312a90211c109802 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 23 Jun 2003 09:52:35 +0000 Subject: [PATCH] Comment out unused function. --- gettext-tools/src/ChangeLog | 4 ++++ gettext-tools/src/x-php.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 118a08e50..e09308de1 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,7 @@ +2003-06-22 Bruno Haible + + * x-php.c (phase3_ungetc): Comment out unused function. + 2003-06-21 Bruno Haible * format-perl.c: Complete rewrite. diff --git a/gettext-tools/src/x-php.c b/gettext-tools/src/x-php.c index c291c45f4..338ff6291 100644 --- a/gettext-tools/src/x-php.c +++ b/gettext-tools/src/x-php.c @@ -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. ========================== */ -- 2.47.3