X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Falloca.in.h;h=d457ebb47618fcb931eadd36e1aae08bcbab4820;hb=96fe9591947fa90f8ffd38c088d43411e055fc1e;hp=e94eb68c3c82c991afb1f339366ee186da8a7979;hpb=dc84183747ce1703eb99685b5dbde1f65a143c06;p=debian%2Fgzip diff --git a/lib/alloca.in.h b/lib/alloca.in.h index e94eb68..d457ebb 100644 --- a/lib/alloca.in.h +++ b/lib/alloca.in.h @@ -1,6 +1,6 @@ /* Memory allocation on the stack. - Copyright (C) 1995, 1999, 2001-2004, 2006-2012 Free Software Foundation, + Copyright (C) 1995, 1999, 2001-2004, 2006-2016 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it @@ -44,6 +44,13 @@ # define alloca _alloca # elif defined __DECC && defined __VMS # define alloca __ALLOCA +# elif defined __TANDEM && defined _TNS_E_TARGET +# ifdef __cplusplus +extern "C" +# endif +void *_alloca (unsigned short); +# pragma intrinsic (_alloca) +# define alloca _alloca # else # include # ifdef __cplusplus