diff options
Diffstat (limited to 'stack/include/wcassert.h')
-rw-r--r-- | stack/include/wcassert.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/stack/include/wcassert.h b/stack/include/wcassert.h index e0a22a3..459081f 100644 --- a/stack/include/wcassert.h +++ b/stack/include/wcassert.h @@ -8,17 +8,17 @@ ** development / debugging to do precondition and postcondition ** checks for routines. ** -** The macros are enabled when _DEBUG is defined. -** Note: -** None. +** The macros are enabled when _DEBUG is defined. +** Note: +** None. ** -** Revision History: -** 10/23/99 Stephen Lee Create +** Revision History: +** 10/23/99 Stephen Lee Create ** -** Copyright (c) 1999-2004 WIDCOMM Inc., All Rights Reserved. +** Copyright (c) 1999-2004 WIDCOMM Inc., All Rights Reserved. ** *******************************************************************************/ - + #ifdef _DEBUG |