+2004-06-23 Bruno Haible <bruno@clisp.org>
+
+ * x-c.c (phase1_getc): Fix phase0_getc invocation.
+ Reported by Matt Dreezer <matthew.dreezer@edl.uk.eds.com>.
+
2004-05-14 Bruno Haible <bruno@clisp.org>
* format-java.c (message_format_parse): Fix argument of freesa() calls.
/* xgettext C/C++/ObjectiveC backend.
- Copyright (C) 1995-1998, 2000-2003 Free Software Foundation, Inc.
+ Copyright (C) 1995-1998, 2000-2004 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
return '\n';
case '\\':
- c = phase0_getc (fp);
+ c = phase0_getc ();
if (c != '\n')
{
phase0_ungetc (c);