summaryrefslogtreecommitdiff
path: root/src/include/c.h
diff options
context:
space:
mode:
authorBruce Momjian2006-08-10 01:41:29 +0000
committerBruce Momjian2006-08-10 01:41:29 +0000
commite860e746e15a6c3bc26d7e337162a22e403f5a79 (patch)
treeb5d132bf5b3950653a924b1d0b88a9fc00595066 /src/include/c.h
parent3929b6e9f6ce33924760b4765095a185e8781201 (diff)
Return inline to win32.h because code was OK, but keep additional
comment. 8.1.X is not affected by this commit.
Diffstat (limited to 'src/include/c.h')
-rw-r--r--src/include/c.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/include/c.h b/src/include/c.h
index 7e7cce8dadc..0feedf69ee3 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -12,7 +12,7 @@
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/c.h,v 1.210 2006/08/10 01:35:21 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/c.h,v 1.211 2006/08/10 01:41:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -744,17 +744,6 @@ typedef NameData *Name;
#define PG_BINARY_W "w"
#endif
-#ifdef MSVC
-/*
- * Certain "standard edition" versions of MSVC throw a warning
- * that later generates an error for "inline" statements, but
- * __inline seems to work. e.g. Microsoft Visual C++ .NET
- * Version 7.1.3088
- */
-#define inline __inline
-#define __inline__ __inline
-#endif
-
#if defined(sun) && defined(__sparc__) && !defined(__SVR4)
#include <unistd.h>
#endif