mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
[12632] Revert previous commit (see Notes)
This commit is contained in:
parent
1cd806c02e
commit
ef445ea523
1462 changed files with 9689 additions and 7080 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue