diff options
author | Andreas Jaeger <aj@suse.de> | 2002-05-19 16:24:27 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2002-05-19 16:24:27 +0000 |
commit | eb7e1f616e25ec85ee8ce49612a0af4e3c6a09d3 (patch) | |
tree | a99b64979dbba2be568bb039d3fcb562424bb544 /sysdeps/unix | |
parent | a51465638191ad1f768816bf85ca6a58e5c9b30f (diff) | |
download | glibc-eb7e1f616e25ec85ee8ce49612a0af4e3c6a09d3.tar glibc-eb7e1f616e25ec85ee8ce49612a0af4e3c6a09d3.tar.gz glibc-eb7e1f616e25ec85ee8ce49612a0af4e3c6a09d3.tar.bz2 glibc-eb7e1f616e25ec85ee8ce49612a0af4e3c6a09d3.zip |
Don't use multiline string as argument of #error.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/aix/bits/ioctl-types.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/aix/bits/ioctl-types.h b/sysdeps/unix/sysv/aix/bits/ioctl-types.h index 109aa05adf..d8fe8c8d5b 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 <bits/ioctl-types.h> directly; include <sys/ioctl.h> instead -" +# error "Never use <bits/ioctl-types.h> directly; include <sys/ioctl.h> instead." #endif /* Constants for use with `ioctl'. */ |