From: Andreas Jaeger Date: Sun, 19 May 2002 16:24:27 +0000 (+0000) Subject: Don't use multiline string as argument of #error. X-Git-Tag: upstream/2.30~21735 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec09272449e73dcd06c568f63af5e8d921ea1dde;p=external%2Fglibc.git Don't use multiline string as argument of #error. --- diff --git a/sysdeps/unix/sysv/aix/bits/ioctl-types.h b/sysdeps/unix/sysv/aix/bits/ioctl-types.h index 109aa05..d8fe8c8 100644 --- a/sysdeps/unix/sysv/aix/bits/ioctl-types.h +++ b/sysdeps/unix/sysv/aix/bits/ioctl-types.h @@ -1,5 +1,5 @@ /* Structure types for pre-termios terminal ioctls. AIX version. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002 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 @@ -18,8 +18,7 @@ 02111-1307 USA. */ #ifndef _SYS_IOCTL_H -# error "Never use directly; include instead -" +# error "Never use directly; include instead." #endif /* Constants for use with `ioctl'. */