X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=acconfig.h;h=1ff0e583952facc1aa51ebd240905f163dfeae98;hb=5c75da2b6755efa6126b84cc4db7363cf0325e6c;hp=31620d3048531ef875c374c02d1de4dd16693135;hpb=d547520098aec126e2ff13c4d316a178468c8318;p=libfirm diff --git a/acconfig.h b/acconfig.h index 31620d304..1ff0e5839 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,7 +1,13 @@ /* - * libFIRM Project - * - * $Id$ + * Project: libFIRM + * File name: acconfig.h + * Purpose: + * Author: Till Riedel + * Modified by: + * Created: + * CVS-ID: $Id$ + * Copyright: (c) 2002-2003 Universität Karlsruhe + * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ /* define to enable debugging stuff. */ @@ -9,3 +15,6 @@ /* Define to disable assertion checking. */ #undef NDEBUG + +/* Define to value "inline" for gcc inlineing. */ +#undef USE_GCC_INLINE