aboutsummaryrefslogtreecommitdiff
path: root/libchill/ChangeLog
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-09-02 23:55:52 +0000
committerJeff Law <law@gcc.gnu.org>1999-09-02 17:55:52 -0600
commitb5cc7593728fd7f39446dda95e5705ea593e188b (patch)
tree43e10aba51b15003f2baa77c56ca8bde38d90faa /libchill/ChangeLog
parentec5288177605758fdca16766bed494923b7255f5 (diff)
downloadgcc-b5cc7593728fd7f39446dda95e5705ea593e188b.zip
gcc-b5cc7593728fd7f39446dda95e5705ea593e188b.tar.gz
gcc-b5cc7593728fd7f39446dda95e5705ea593e188b.tar.bz2
powerset.h (SET_WORD, [...]): Do not redefine based on USE_CHAR.
* powerset.h (SET_WORD, SET_SHORT, SET_CHAR): Do not redefine based on USE_CHAR. (USE_CHAR): No longer define. * eqps.c ffsetclrps.c flsetclrps.c: Remove !USE_CHARS support. From-SVN: r29069
Diffstat (limited to 'libchill/ChangeLog')
-rw-r--r--libchill/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libchill/ChangeLog b/libchill/ChangeLog
index d01f4ef..4704da9 100644
--- a/libchill/ChangeLog
+++ b/libchill/ChangeLog
@@ -1,3 +1,10 @@
+Thu Sep 2 17:50:47 1999 Jeffrey A Law (law@cygnus.com)
+
+ * powerset.h (SET_WORD, SET_SHORT, SET_CHAR): Do not redefine based
+ on USE_CHAR.
+ (USE_CHAR): No longer define.
+ * eqps.c ffsetclrps.c flsetclrps.c: Remove !USE_CHARS support.
+
Mon Aug 30 16:42:45 1999 Hans-Peter Nilsson <hp@axis.se>
* Makefile.in (chillrt0.o): Depend on chillrt0.c explicitly.