ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/dclient/include/adt/nullptr.h
Revision: 1.1
Committed: Mon Oct 18 14:11:43 2010 UTC (13 years, 9 months ago) by sf-pippijn
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
check and log but do not die when ncurses stuff fails

File Contents

# Content
1 #if !GCC_VERSION(4,6)
2 # define nullptr NULL
3 #endif