From 617557b08ea94e2b65a1697ddf0b79651204d92b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 1 Apr 2014 11:34:00 +1100 Subject: Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define --- source/blender/blenlib/BLI_stack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_stack.h') diff --git a/source/blender/blenlib/BLI_stack.h b/source/blender/blenlib/BLI_stack.h index 9151e6ab93f..564ff513490 100644 --- a/source/blender/blenlib/BLI_stack.h +++ b/source/blender/blenlib/BLI_stack.h @@ -48,7 +48,7 @@ void BLI_stack_push(BLI_Stack *stack, void *src); * If stack is empty, 'dst' will not be modified. */ void BLI_stack_pop(BLI_Stack *stack, void *dst); -/* Returns TRUE if the stack is empty, FALSE otherwise */ +/* Returns true if the stack is empty, false otherwise */ int BLI_stack_empty(const BLI_Stack *stack); #endif -- cgit v1.2.3