X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=gcc-compat.h;h=df80001c941142ecb609a68d0a8fc8b66615f7b9;hp=3d5fb28aa45d9ab3d4350a06ad924281ff37bd47;hb=3bb9b0ca535be1eb28b64972bdf0e205e6afc93e;hpb=b07dd17fd68523c0465e584ee492e697f0f5f704 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))