mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Removal of unused CppConcat defines.
Bruce Momjian
This commit is contained in:
parent
b1765f4637
commit
0cb22cb7ef
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: c.h,v 1.5 1996/12/04 03:06:21 bryanh Exp $
|
* $Id: c.h,v 1.6 1996/12/26 17:53:24 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -159,11 +159,6 @@ typedef char *Pointer;
|
|||||||
|
|
||||||
#define CppAsString(identifier) #identifier
|
#define CppAsString(identifier) #identifier
|
||||||
#define CppConcat(x, y) x##y
|
#define CppConcat(x, y) x##y
|
||||||
#define CppConcat0(x, y) x##y
|
|
||||||
#define CppConcat1(x, y) x##y
|
|
||||||
#define CppConcat2(x, y) x##y
|
|
||||||
#define CppConcat3(x, y) x##y
|
|
||||||
#define CppConcat4(x, y) x##y
|
|
||||||
|
|
||||||
#else /* !HAVE_ANSI_CPP */
|
#else /* !HAVE_ANSI_CPP */
|
||||||
|
|
||||||
@ -179,11 +174,6 @@ typedef char *Pointer;
|
|||||||
*/
|
*/
|
||||||
#define _priv_CppIdentity(x)x
|
#define _priv_CppIdentity(x)x
|
||||||
#define CppConcat(x, y) _priv_CppIdentity(x)y
|
#define CppConcat(x, y) _priv_CppIdentity(x)y
|
||||||
#define CppConcat0(x, y) _priv_CppIdentity(x)y
|
|
||||||
#define CppConcat1(x, y) _priv_CppIdentity(x)y
|
|
||||||
#define CppConcat2(x, y) _priv_CppIdentity(x)y
|
|
||||||
#define CppConcat3(x, y) _priv_CppIdentity(x)y
|
|
||||||
#define CppConcat4(x, y) _priv_CppIdentity(x)y
|
|
||||||
|
|
||||||
#endif /* !HAVE_ANSI_CPP */
|
#endif /* !HAVE_ANSI_CPP */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user