mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-03 01:50:55 +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
592c128410
commit
189f6992db
3 changed files with 12 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
/* General purpose definitions for the GNU Objective-C Library.
|
/* 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>
|
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.
|
This file is part of the GNU Objective C Class Library.
|
||||||
|
|
||||||
|
@ -68,6 +68,8 @@
|
||||||
#define OBJECTS_SUBMINOR_VERSION @OBJECTS_SUBMINOR_VERSION@
|
#define OBJECTS_SUBMINOR_VERSION @OBJECTS_SUBMINOR_VERSION@
|
||||||
#define OBJECTS_GCC_VERSION @OBJECTS_GCC_VERSION@
|
#define OBJECTS_GCC_VERSION @OBJECTS_GCC_VERSION@
|
||||||
|
|
||||||
|
#define OBJECTS_PACKAGE_NAME libobjects
|
||||||
|
|
||||||
extern const char objects_version[];
|
extern const char objects_version[];
|
||||||
extern const char objects_gcc_version[];
|
extern const char objects_gcc_version[];
|
||||||
#if NeXT_cc
|
#if NeXT_cc
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/* General purpose definitions for the GNU Objective-C Library.
|
/* 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>
|
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.
|
This file is part of the GNU Objective C Class Library.
|
||||||
|
|
||||||
|
@ -68,6 +68,8 @@
|
||||||
#define OBJECTS_SUBMINOR_VERSION @OBJECTS_SUBMINOR_VERSION@
|
#define OBJECTS_SUBMINOR_VERSION @OBJECTS_SUBMINOR_VERSION@
|
||||||
#define OBJECTS_GCC_VERSION @OBJECTS_GCC_VERSION@
|
#define OBJECTS_GCC_VERSION @OBJECTS_GCC_VERSION@
|
||||||
|
|
||||||
|
#define OBJECTS_PACKAGE_NAME libobjects
|
||||||
|
|
||||||
extern const char objects_version[];
|
extern const char objects_version[];
|
||||||
extern const char objects_gcc_version[];
|
extern const char objects_gcc_version[];
|
||||||
#if NeXT_cc
|
#if NeXT_cc
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/* General purpose definitions for the GNU Objective-C Library.
|
/* 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>
|
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.
|
This file is part of the GNU Objective C Class Library.
|
||||||
|
|
||||||
|
@ -68,6 +68,8 @@
|
||||||
#define OBJECTS_SUBMINOR_VERSION @OBJECTS_SUBMINOR_VERSION@
|
#define OBJECTS_SUBMINOR_VERSION @OBJECTS_SUBMINOR_VERSION@
|
||||||
#define OBJECTS_GCC_VERSION @OBJECTS_GCC_VERSION@
|
#define OBJECTS_GCC_VERSION @OBJECTS_GCC_VERSION@
|
||||||
|
|
||||||
|
#define OBJECTS_PACKAGE_NAME libobjects
|
||||||
|
|
||||||
extern const char objects_version[];
|
extern const char objects_version[];
|
||||||
extern const char objects_gcc_version[];
|
extern const char objects_gcc_version[];
|
||||||
#if NeXT_cc
|
#if NeXT_cc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue