diff options
Diffstat (limited to 'gettext-tools/src/x-awk.c')
-rw-r--r-- | gettext-tools/src/x-awk.c | 2 |
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) { |