[12632] Revert previous commit (see Notes)

This commit is contained in:
billy1arm 2013-05-31 13:50:57 +01:00 committed by Antz
parent 1cd806c02e
commit ef445ea523
1462 changed files with 9689 additions and 7080 deletions

View file

@ -1,4 +1,4 @@
/**
/*
@file debug.h
@maintainer Morgan McGuire, http://graphics.cs.williams.edu
@ -32,7 +32,7 @@ namespace G3D {
#endif
/**
/*
Useful for debugging purposes.
*/
inline bool isValidHeapPointer(const void* x) {
@ -44,7 +44,7 @@ inline bool isValidHeapPointer(const void* x) {
#endif
}
/**
/*
Returns true if the pointer is likely to be
a valid pointer (instead of an arbitrary number).
Useful for debugging purposes.