Changed SP and DP to WM_SP and WM_DP.

This commit is contained in:
henry
2009-07-03 11:46:45 +01:00
parent 07793793ae
commit 218b2baec4
8 changed files with 12 additions and 29 deletions

View File

@ -68,7 +68,7 @@ void* Foam::sigFpe::my_malloc_hook(size_t size, const void *caller)
result = malloc (size);
// initialize to signalling nan
# ifdef SP
# ifdef WM_SP
const uint32_t sNAN = 0x7ff7fffflu;