Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0cb22cb

Browse files
committed
Removal of unused CppConcat defines.
Bruce Momjian
1 parentb1765f4 commit0cb22cb

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

‎src/include/c.h

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: c.h,v 1.5 1996/12/04 03:06:21 bryanh Exp $
10+
* $Id: c.h,v 1.6 1996/12/26 17:53:24 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -159,11 +159,6 @@ typedef char*Pointer;
159159

160160
#defineCppAsString(identifier)#identifier
161161
#defineCppConcat(x,y)x##y
162-
#defineCppConcat0(x,y)x##y
163-
#defineCppConcat1(x,y)x##y
164-
#defineCppConcat2(x,y)x##y
165-
#defineCppConcat3(x,y)x##y
166-
#defineCppConcat4(x,y)x##y
167162

168163
#else/* !HAVE_ANSI_CPP */
169164

@@ -179,11 +174,6 @@ typedef char*Pointer;
179174
*/
180175
#define_priv_CppIdentity(x)x
181176
#defineCppConcat(x,y)_priv_CppIdentity(x)y
182-
#defineCppConcat0(x,y)_priv_CppIdentity(x)y
183-
#defineCppConcat1(x,y)_priv_CppIdentity(x)y
184-
#defineCppConcat2(x,y)_priv_CppIdentity(x)y
185-
#defineCppConcat3(x,y)_priv_CppIdentity(x)y
186-
#defineCppConcat4(x,y)_priv_CppIdentity(x)y
187177

188178
#endif/* !HAVE_ANSI_CPP */
189179

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp