-/* Copyright (C) 1991-2002,2003,2004,2005 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2002,2003,2004,2005,2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
next = next_brace_sub (begin + 1, flags);
if (next == NULL)
{
- /* It is an illegal expression. */
+ /* It is an invalid expression. */
#ifndef __GNUC__
free (onealt);
#endif
rest = next_brace_sub (rest + 1, flags);
if (rest == NULL)
{
- /* It is an illegal expression. */
+ /* It is an invalid expression. */
#ifndef __GNUC__
free (onealt);
#endif