mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- removed an obsolete call to ExAllocatePool in CHECKPOINT
svn path=/trunk/; revision=9461
This commit is contained in:
parent
a31ff7a76b
commit
a4931b6ee8
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
||||||
#else
|
#else
|
||||||
#define DPRINT DbgPrint("(%s:%d) ",__FILE__,__LINE__); DbgPrint
|
#define DPRINT DbgPrint("(%s:%d) ",__FILE__,__LINE__); DbgPrint
|
||||||
#endif
|
#endif
|
||||||
#define CHECKPOINT do { DbgPrint("%s:%d\n",__FILE__,__LINE__); ExAllocatePool(NonPagedPool,0); } while(0)
|
#define CHECKPOINT do { DbgPrint("%s:%d\n",__FILE__,__LINE__); } while(0)
|
||||||
#else /* NDEBUG */
|
#else /* NDEBUG */
|
||||||
#ifdef __GNUC__ /* using GNU C/C99 macro ellipsis */
|
#ifdef __GNUC__ /* using GNU C/C99 macro ellipsis */
|
||||||
#define DPRINT(args...)
|
#define DPRINT(args...)
|
||||||
|
|
Loading…
Reference in a new issue