~ubuntu-branches/ubuntu/utopic/gnustep-base/utopic

« back to all changes in this revision

Viewing changes to Headers/Foundation/NSObject.h

  • Committer: Package Import Robot
  • Author(s): Paul Gevers
  • Date: 2014-07-19 13:02:18 UTC
  • mfrom: (20.1.6 utopic-proposed)
  • Revision ID: package-import@ubuntu.com-20140719130218-pn967l7wzjjf90yi
Tags: 1.24.6-2ubuntu1
* debian/rules:
  - Print the config.log if configure fails to debug
    powerpc/ppc64el FTBFS. (LP: #1277975)

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
@end
284
284
 
285
285
 
286
 
@interface NSObject <NSObject>
 
286
GS_ROOT_CLASS @interface NSObject <NSObject>
287
287
{
288
288
 /**
289
289
  * Points to instance's class.  Used by runtime to access method
490
490
GS_EXPORT NSRecursiveLock *gnustep_global_lock;
491
491
 
492
492
@interface NSObject (NEXTSTEP)
493
 
- error:(const char *)aString, ...;
 
493
- (id) error:(const char *)aString, ...;
494
494
/* - (const char *) name;
495
495
   Removed because OpenStep has -(NSString*)name; */
496
496
@end