*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1394 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-17 00:41:00 +00:00
parent 7308873d1e
commit c9a18f5baf

View file

@ -31,9 +31,9 @@ Tue Apr 16 17:29:02 1996 Andrew McCallum <mccallum@cs.rochester.edu>
to an NSMutableArray.
* src/objects/objc-malloc.h: Only declare "id
MemoryExchaustedException" #ifdef __OBJC__. This allows
<objects/objc-malloc.h> to be include in non-ObjC files, i.e. C
files.
MemoryExchaustedException" #ifdef __OBJC__. This allows
<objects/objc-malloc.h> to be included in non-ObjC files, i.e. C
files.
* src/NSZone.m: Include <objects/stdobjects.h> first.
@ -50,7 +50,7 @@ Tue Apr 16 17:29:02 1996 Andrew McCallum <mccallum@cs.rochester.edu>
* 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.