aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-12-26 17:53:24 +0000
committerBruce Momjian <bruce@momjian.us>1996-12-26 17:53:24 +0000
commit0cb22cb7eff10768c9fcef3c78668cd20ccb53af (patch)
tree924c2bcb0b90f376961262354583c40c6b2dd12d
parentb1765f46376d6ed29ccb8424b1697149e018d35f (diff)
downloadpostgresql-0cb22cb7eff10768c9fcef3c78668cd20ccb53af.tar.gz
postgresql-0cb22cb7eff10768c9fcef3c78668cd20ccb53af.zip
Removal of unused CppConcat defines.
Bruce Momjian
-rw-r--r--src/include/c.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/include/c.h b/src/include/c.h
index 1ba94d04a6c..bcf7ad3ba26 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -7,7 +7,7 @@
*
* 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 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 */
@@ -179,11 +174,6 @@ typedef char *Pointer;
*/
#define _priv_CppIdentity(x)x
#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 */