summaryrefslogtreecommitdiff
path: root/gettext-tools/src/x-awk.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-12-29 11:58:04 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:33 +0200
commit99f5cb5cc75abfcf1c28ad2be0ac5a904b02b9f5 (patch)
tree0fcb489d6fb0203de08bff00588ded533c0d9fc0 /gettext-tools/src/x-awk.c
parent82d6332c7609113b9bd4d76efd5daac03be2ccd8 (diff)
downloadgettext-99f5cb5cc75abfcf1c28ad2be0ac5a904b02b9f5.tar.gz
Reduce the size of the pushback buffers.
Diffstat (limited to 'gettext-tools/src/x-awk.c')
-rw-r--r--gettext-tools/src/x-awk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gettext-tools/src/x-awk.c b/gettext-tools/src/x-awk.c
index a90234036..e9e606113 100644
--- a/gettext-tools/src/x-awk.c
+++ b/gettext-tools/src/x-awk.c
@@ -151,6 +151,7 @@ phase1_getc ()
return c;
}
+/* Supports only one pushback character. */
static void
phase1_ungetc (int c)
{
@@ -210,6 +211,7 @@ phase2_getc ()
return c;
}
+/* Supports only one pushback character. */
static void
phase2_ungetc (int c)
{