X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=gcc-compat.h;h=df80001c941142ecb609a68d0a8fc8b66615f7b9;hp=3d5fb28aa45d9ab3d4350a06ad924281ff37bd47;hb=ba9584e31e4d160c329a84fca1aa591b136693dc;hpb=4603262b4cdb8244379f532782b1579fe5520f5f diff --git a/gcc-compat.h b/gcc-compat.h index 3d5fb28..df80001 100644 --- a/gcc-compat.h +++ b/gcc-compat.h @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2008 Andre Noll + * + * Licensed under the GPL v2. For licencing details see COPYING. + */ + # define inline inline __attribute__ ((always_inline)) # define __noreturn __attribute__ ((noreturn)) # define __malloc __attribute__ ((malloc))