summaryrefslogtreecommitdiff
path: root/x11-wm/icewm/files/patch-src_base.h
blob: 1120fd5a19cf999bf0e61a9ceffd7c4ce8f70cd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src/base.h.orig	2010-10-31 15:09:36.000000000 +0100
+++ src/base.h	2013-05-25 12:39:49.498390711 +0200
@@ -1,12 +1,6 @@
 #ifndef __BASE_H
 #define __BASE_H
 
-#if ( __GNUC__ == 3 && __GNUC_MINOR__ > 0 ) || __GNUC__ > 3
-#define deprecated __attribute__((deprecated))
-#else
-#define deprecated
-#endif
-
 /*** Atomar Data Types ********************************************************/
 
 #ifdef NEED_BOOL