coan 4.2.4
|
00001 #ifndef UNCONFIGURED_SYMBOLS_H 00002 #define UNCONFIGURED_SYMBOLS_H 00003 00004 /*************************************************************************** 00005 * Copyright (C) 2007-2011 Mike Kinghan, imk@strudl.org * 00006 * All rights reserved. * 00007 * * 00008 * Contributed originally by Mike Kinghan, imk@strudl.org * 00009 * * 00010 * Redistribution and use in source and binary forms, with or without * 00011 * modification, are permitted provided that the following conditions * 00012 * are met: * 00013 * * 00014 * Redistributions of source code must retain the above copyright * 00015 * notice, this list of conditions and the following disclaimer. * 00016 * * 00017 * Redistributions in binary form must reproduce the above copyright * 00018 * notice, this list of conditions and the following disclaimer in the * 00019 * documentation and/or other materials provided with the distribution. * 00020 * * 00021 * Neither the name of Symbian Software Ltd. nor the names of its * 00022 * contributors may be used to endorse or promote products derived from * 00023 * this software without specific prior written permission. * 00024 * * 00025 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * 00026 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * 00027 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * 00028 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE * 00029 * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, * 00030 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, * 00031 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS * 00032 * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED * 00033 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,* 00034 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF * 00035 * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH * 00036 * DAMAGE. * 00037 * * 00038 **************************************************************************/ 00039 00040 #include "state_utils.h" 00041 #include "ptr_set.h" 00042 #include "symbol.h" 00043 00051 00056 extern void 00057 unconfigured_symbol_tally(char const *name, size_t len); 00063 PUBLIC_STATE_DEF(unconfigured_symbols) 00064 { 00065 ptr_set_h sym_tab; 00067 } 00068 PUBLIC_STATE_T(unconfigured_symbols); 00073 IMPORT(unconfigured_symbols); 00077 #endif /* EOF*/