mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Update names of global const char's.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1417 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a8ae60aa54
commit
47816bf1e0
1 changed files with 5 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
/* Support for general purpose definitions for libobjects.
|
||||
Copyright (C) 1993,1994 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993, 1994, 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.
|
||||
|
||||
|
@ -23,11 +23,9 @@
|
|||
|
||||
#include <objects/stdobjects.h>
|
||||
|
||||
#define XSTR(s) STR(s)
|
||||
#define STR(s) #s
|
||||
const char objects_version[] = XSTR(GOBJC_VERSION);
|
||||
const char objects_gcc_version[] = XSTR(GOBJC_GCC_VERSION);
|
||||
const char gnustep_base_version[] = STRINGIFY (GNUSTEP_BASE_VERSION);
|
||||
const char objects_gcc_version[] = STRINGIFY (GNUSTEP_BASE_GCC_VERSION);
|
||||
|
||||
#if NeXT_cc
|
||||
const char objects_NeXT_cc_version[] = XSTR(NX_CURRENT_COMPILER_RELEASE);
|
||||
const char objects_NeXT_cc_version[] = STRINGIFY (NX_CURRENT_COMPILER_RELEASE);
|
||||
#endif /* NeXT_cc */
|
||||
|
|
Loading…
Reference in a new issue