From ac79db28f447f57b159b40fd7e05de089d204a55 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 25 Apr 2000 07:21:13 -0400 Subject: [PATCH] Fix comment From-SVN: r33410 --- gcc/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/system.h b/gcc/system.h index 407897759cf..91ef56ed345 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -564,7 +564,7 @@ extern void abort PARAMS ((void)); #endif /* Enumerated bitfields are safe to use unless we've been explictly told - * otherwise or if they are signed. */ + otherwise or if they are signed. */ #define USE_ENUM_BITFIELDS (__GNUC__ || (!ONLY_INT_FIELDS && ENUM_BITFIELDS_ARE_UNSIGNED))