ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/objcX-0.87.tgz#/objcX-0.87/objc/objc-runtime.h

This is objc-runtime.h in view mode; [Download] [Up]

/* Objective-C run-time functions
 *
 * Author: Paul Kunz
 *
 * Copyright (C)  1995  The Board of Trustees of  
 * The Leland Stanford Junior University.  All Rights Reserved.
 *
 * This file is part of an Objective-C class library
 * It is a compatibility header, which sets up links to the
 * GNU Objective-C runtime given source that includes NeXTSTEP
 * header file with same name as this file
 *
 * objc-runtime.h,v 1.1 1995/07/25 23:22:18 pfkeb Exp
 */

#ifndef _OBJC_RUNTIME_H_
#define _OBJC_RUNTIME_H_

#include <objc/objc-api.h>

#define objc_lookUpClass objc_lookup_class

#endif  /* _OBJC_RUNTIME_H_ */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.