File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
66
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
67
67
* Portions Copyright (c) 1994, Regents of the University of California
68
68
*
69
- * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.162 2007/07/16 14:02:22 tgl Exp $
69
+ * $PostgreSQL: pgsql/src/include/storage/s_lock.h,v 1.163 2007/08/05 15:11:40 tgl Exp $
70
70
*
71
71
*-------------------------------------------------------------------------
72
72
*/
78
78
#ifdef HAVE_SPINLOCKS /* skip spinlocks if requested */
79
79
80
80
81
- #if defined(__GNUC__ ) || defined(__ICC )
81
+ #if defined(__GNUC__ ) || defined(__INTEL_COMPILER )
82
82
/*************************************************************************
83
83
* All the gcc inlines
84
84
* Gcc consistently defines the CPU as __cpu__.
You can’t perform that action at this time.
0 commit comments