* sysdeps/generic/bits/confname.h: Remove extra comma at end of
	enumeration.
	Closes PR libc/2240.
This commit is contained in:
Andreas Jaeger 2001-05-07 11:17:27 +00:00
parent 98f8cdf047
commit 8ee20e93a0
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
2001-05-07 Andreas Jaeger <aj@suse.de>
* sysdeps/generic/bits/confname.h: Remove extra comma at end of
enumeration.
Closes PR libc/2240.
* scripts/config.guess: Imported from gnu.org.
* scripts/config.sub: Likewise.

View File

@ -560,7 +560,7 @@ enum
# define _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS
# endif
_CS_V6_WIDTH_RESTRICTED_ENVS,
_CS_V6_WIDTH_RESTRICTED_ENVS
# define _CS_V6_WIDTH_RESTRICTED_ENVS _CS_V6_WIDTH_RESTRICTED_ENVS
};
#endif

View File

@ -560,7 +560,7 @@ enum
# define _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS
# endif
_CS_V6_WIDTH_RESTRICTED_ENVS,
_CS_V6_WIDTH_RESTRICTED_ENVS
# define _CS_V6_WIDTH_RESTRICTED_ENVS _CS_V6_WIDTH_RESTRICTED_ENVS
};
#endif