diff --git a/ChangeLog b/ChangeLog index 8b19b287e..4a26dad93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,9 +31,9 @@ Tue Apr 16 17:29:02 1996 Andrew McCallum to an NSMutableArray. * src/objects/objc-malloc.h: Only declare "id - MemoryExchaustedException" #ifdef __OBJC__. This allows - to be include in non-ObjC files, i.e. C - files. + MemoryExchaustedException" #ifdef __OBJC__. This allows + to be included in non-ObjC files, i.e. C + files. * src/NSZone.m: Include first. @@ -50,7 +50,7 @@ Tue Apr 16 17:29:02 1996 Andrew McCallum * src/Makefile.in (GNU_MFILES): Re-added Time.m. (o_vscanf$(OEXT), o_vscanf_pic$(OEXT)): New rules that turn off - warnings for o_vscanf.c, it generates a bunch of unimportant ones. + warnings for o_vscanf.c; it generates a bunch of unimportant ones. * src/Time.m ([Time +initialize]): Comment out day/month name handling that depends on old Collection heirarchy.