ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/utils/FileLocation.hpp
(Generate patch)

Comparing branches/development/src/utils/FileLocation.hpp (file contents):
Revision 1500 by chuckv, Mon Aug 16 18:07:50 2010 UTC vs.
Revision 1501 by gezelter, Wed Sep 15 19:32:10 2010 UTC

# Line 106 | Line 106 | namespace OpenMD {
106    std::ostream &operator<<(std::ostream &stream, const FileLocation &fl);
107   }
108  
109 < #if __STDC_VERSION__ < 199901L
110 < # if __GNUC__ >= 2
111 < #  define __func__ __FUNCTION__
112 < # else
113 < #  define __func__ "<unknown>"
109 > #if defined(__STDC__)
110 > # if __STDC_VERSION__ < 199901L
111 > #  if __GNUC__ >= 2
112 > #   define __func__ __FUNCTION__
113 > #  else
114 > #   define __func__ "<unknown>"
115 > #  endif
116   # endif
117   #endif
118  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines