author | William Roberts <williamr@symbian.org> |
Fri, 11 Jun 2010 16:27:38 +0100 | |
branch | GCC_SURGE |
changeset 50 | abc8110ed7af |
parent 0 | 83f4b4db085c |
child 10 | d4b442d23379 |
permissions | -rw-r--r-- |
/* * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-v10.html". * * Initial Contributors: * Nokia Corporation - initial contribution. * * Contributors: * * Description: * */ #include "b.h" #ifdef BDEF int b = 1; #else int b = 0; #endif