mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
New macro.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1007 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
df2d822402
commit
dabaf835a8
3 changed files with 12 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
/* General purpose definitions for the GNU Objective-C Library.
|
||||
Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||
|
||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||
Date: May 1993
|
||||
Created: May 1993
|
||||
|
||||
This file is part of the GNU Objective C Class Library.
|
||||
|
||||
|
@ -68,6 +68,8 @@
|
|||
#define OBJECTS_SUBMINOR_VERSION @OBJECTS_SUBMINOR_VERSION@
|
||||
#define OBJECTS_GCC_VERSION @OBJECTS_GCC_VERSION@
|
||||
|
||||
#define OBJECTS_PACKAGE_NAME libobjects
|
||||
|
||||
extern const char objects_version[];
|
||||
extern const char objects_gcc_version[];
|
||||
#if NeXT_cc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* General purpose definitions for the GNU Objective-C Library.
|
||||
Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||
|
||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||
Date: May 1993
|
||||
Created: May 1993
|
||||
|
||||
This file is part of the GNU Objective C Class Library.
|
||||
|
||||
|
@ -68,6 +68,8 @@
|
|||
#define OBJECTS_SUBMINOR_VERSION @OBJECTS_SUBMINOR_VERSION@
|
||||
#define OBJECTS_GCC_VERSION @OBJECTS_GCC_VERSION@
|
||||
|
||||
#define OBJECTS_PACKAGE_NAME libobjects
|
||||
|
||||
extern const char objects_version[];
|
||||
extern const char objects_gcc_version[];
|
||||
#if NeXT_cc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* General purpose definitions for the GNU Objective-C Library.
|
||||
Copyright (C) 1993,1994, 1995 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
|
||||
|
||||
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
|
||||
Date: May 1993
|
||||
Created: May 1993
|
||||
|
||||
This file is part of the GNU Objective C Class Library.
|
||||
|
||||
|
@ -68,6 +68,8 @@
|
|||
#define OBJECTS_SUBMINOR_VERSION @OBJECTS_SUBMINOR_VERSION@
|
||||
#define OBJECTS_GCC_VERSION @OBJECTS_GCC_VERSION@
|
||||
|
||||
#define OBJECTS_PACKAGE_NAME libobjects
|
||||
|
||||
extern const char objects_version[];
|
||||
extern const char objects_gcc_version[];
|
||||
#if NeXT_cc
|
||||
|
|
Loading…
Reference in a new issue