discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in NSObject.m/gnustep-base-1.3.3


From: cehoyos
Subject: Bug in NSObject.m/gnustep-base-1.3.3
Date: Wed, 12 Jun 2002 21:40:46 +0200 (CEST)

There are two bugs in
NSObject.m
of gnustep-base-1.3.3. They make compiling impossible on some platforms.

Line 214:
static GSIMapTable_t    retain_counts = 0;
produces
NSObject.m:214: invalid initializer

Line 291:
      if (node->value.uint) == 0)
produces
NSObject.m:291: parse error before `=='

There is obviously just a parenthesis missing in 291, but since I don't
know how retain_counts has to be initialized, I can't fix the other bug.

Sorry, Carl Eugen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]