Changeset 1707
- Timestamp:
- Jan 12, 2009, 11:51:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/deprecate.h
r1501 r1707 5 5 6 6 /* 7 Copyright (C) 2008 Peter Johansson7 Copyright (C) 2008, 2009 Peter Johansson 8 8 9 9 This file is part of the yat library, http://trac.thep.lu.se/yat … … 29 29 #include "config_public.h" 30 30 31 // allow user to define YAT_DEPRECATE and thereby turn off warning 32 // about deprecation 33 #ifndef YAT_DEPRECATE 31 34 #ifdef YAT_HAVE_GCC_DEPRECATED 32 35 /// if supported by compiler define attribute deprecated … … 36 39 #define YAT_DEPRECATE 37 40 #endif 41 #endif 38 42 39 43 #endif
Note: See TracChangeset
for help on using the changeset viewer.