diff src/SLList.h @ 4066:47d3baea432d

[project @ 2002-09-26 22:10:06 by jwe]
author jwe
date Thu, 26 Sep 2002 22:10:09 +0000
parents 6e86256e9c54
children 5719210fff4c
line wrap: on
line diff
--- a/src/SLList.h
+++ b/src/SLList.h
@@ -19,7 +19,7 @@
 #ifndef _SLList_h
 #define _SLList_h 1
 
-#if defined (USE_PRAGMA_INTERFACE_IMPLEMENTATION)
+#if defined (__GNUG__) && ! defined (NO_PRAGMA_INTERFACE_IMPLEMENTATION)
 #pragma interface
 #endif