/*
    BCU SDK bcu development enviroment
    Copyright (C) 2005-2007 Martin Koegler <mkoegler@auto.tuwien.ac.at>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

#undef OBJECT
#define OBJECT(A) A *A##s;
#undef CI_OBJECT
#define CI_OBJECT(A)
#undef END_OBJECT
#define END_OBJECT
#undef ATTRIB_STRING
#define ATTRIB_STRING(A)
#undef ATTRIB_IDENT
#define ATTRIB_IDENT(A)
#undef ATTRIB_INT
#define ATTRIB_INT(A)
#undef ATTRIB_BOOL
#define ATTRIB_BOOL(A)
#undef ATTRIB_FLOAT
#define ATTRIB_FLOAT(A)
#undef ATTRIB_ARRAY_OBJECT
#define ATTRIB_ARRAY_OBJECT(A)
#undef ATTRIB_ENUM_MAP
#define ATTRIB_ENUM_MAP(A)

#undef ATTRIB_INT_MAP
#define ATTRIB_INT_MAP(A,B)
#undef ATTRIB_FLOAT_MAP
#define ATTRIB_FLOAT_MAP(A,B)
#undef ATTRIB_ENUM
#define ATTRIB_ENUM(A,B,C)
#undef ATTRIB_KEY_MAP
#define ATTRIB_KEY_MAP(A)
#undef ATTRIB_INT_ARRAY
#define ATTRIB_INT_ARRAY(A)
#undef ATTRIB_IDENT_ARRAY
#define ATTRIB_IDENT_ARRAY(A)
#undef ATTRIB_STRING_ARRAY
#define ATTRIB_STRING_ARRAY(A)

#undef PRIVATE_VAR
#define PRIVATE_VAR(A)
#undef ATTRIB_EXPR
#define ATTRIB_EXPR(A)


syntax highlighted by Code2HTML, v. 0.9.1