diff options
Diffstat (limited to 'stack/include/wcassert.h')
-rw-r--r-- | stack/include/wcassert.h | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/stack/include/wcassert.h b/stack/include/wcassert.h index 459081f..a1d7b47 100644 --- a/stack/include/wcassert.h +++ b/stack/include/wcassert.h @@ -1,24 +1,23 @@ +/****************************************************************************** + * + * Copyright (C) 1999-2012 Broadcom Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at: + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ******************************************************************************/ #ifndef WC_ASSERT_H #define WC_ASSERT_H -/******************************************************************************* -** -** File Name: wcassert.h -** -** Purpose: Defines the macro WC_ASSERT(), which is used during -** development / debugging to do precondition and postcondition -** checks for routines. -** -** The macros are enabled when _DEBUG is defined. -** Note: -** None. -** -** Revision History: -** 10/23/99 Stephen Lee Create -** -** Copyright (c) 1999-2004 WIDCOMM Inc., All Rights Reserved. -** -*******************************************************************************/ - + #ifdef _DEBUG |