Commit 4037e7bf by Dennis Glatting

minor documentation adjustments.

From-SVN: r2006
parent ec32609a
/* -*-c-*- /* -*-c-*- */
* This file contains declarations used by the run-time system.
* /* Copyright (C) 1989, 1992 Free Software Foundation, Inc.
* Most of these declarations are defined by virtue of data
* structures produced by the compiler. This file is part of GNU CC.
*
* Copyright (C) 1991 Threaded Technologies Inc. GNU CC is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* This program is free software; you can redistribute it and/or modify the Free Software Foundation; either version 2, or (at your option)
* it under the terms of the GNU General Public License as published any later version.
* by the Free Software Foundation; either version 1, or any later version.
* GNU CC is distributed in the hope that it will be useful,
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GNU General Public License for more details.
* General Public License for more details.
* You should have received a copy of the GNU General Public License
* You should receive a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to
* along with this program; if not, write to the Free Software the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* /* As a special exception, if you link this library with files
$Header: /usr/user/dennis_glatting/ObjC/c-runtime/include/RCS/ObjC.h,v 0.10 1991/12/31 20:16:08 dennisg Exp dennisg $ compiled with GCC to produce an executable, this does not cause
the resulting executable to be covered by the GNU General Public License.
This exception does not however invalidate any other reasons why
the executable file might be covered by the GNU General Public License. */
/*
$Header: /usr/user/dennis_glatting/ObjC/c-runtime/include/RCS/objc.h,v 0.11 1992/04/13 11:40:53 dennisg Exp dennisg $
$Author: dennisg $ $Author: dennisg $
$Date: 1991/12/31 20:16:08 $ $Date: 1992/04/13 11:40:53 $
$Log: ObjC.h,v $ $Log: objc.h,v $
* Revision 0.11 1992/04/13 11:40:53 dennisg
* Check in after array version of run-time works.
* Expect more changes as hash version and other changes are made.
*
* Revision 0.10 1991/12/31 20:16:08 dennisg * Revision 0.10 1991/12/31 20:16:08 dennisg
* Deleted index variable stuff. Index variables are a hack to the language. * Deleted index variable stuff. Index variables are a hack to the language.
* Cleaned up some documentation. * Cleaned up some documentation.
...@@ -154,7 +164,8 @@ typedef id ( *IMP )( id, SEL, ... ); ...@@ -154,7 +164,8 @@ typedef id ( *IMP )( id, SEL, ... );
first message sent to a first message sent to a
class. It isn't guaranteed class. It isn't guaranteed
to be sent only once. */ to be sent only once. */
#define CLS_RTI 0x8L /* The class has been initialized
within the run time library. */
/* Set this variable to !0 to /* Set this variable to !0 to
have the messager print have the messager print
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment