X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnulib%2Falloca_.h;h=af274b9e75387b61c3b588bafa3f7c327a999e78;hb=fb2bd066c2f8b34addafe48d62550e3033a59431;hp=dd0b3e98f5465978e7822b6e920e1a3be5279b88;hpb=d3b2175e084f88c8736ad7073eacbf4670147aec;p=debian%2Famanda diff --git a/gnulib/alloca_.h b/gnulib/alloca_.h index dd0b3e9..af274b9 100644 --- a/gnulib/alloca_.h +++ b/gnulib/alloca_.h @@ -1,6 +1,6 @@ /* Memory allocation on the stack. - Copyright (C) 1995, 1999, 2001, 2002, 2003, 2004, 2006 Free Software + Copyright (C) 1995, 1999, 2001-2004, 2006-2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it @@ -20,8 +20,8 @@ /* Avoid using the symbol _ALLOCA_H here, as Bison assumes _ALLOCA_H means there is a real alloca function. */ -#ifndef _GNULIB_ALLOCA_H -# define _GNULIB_ALLOCA_H +#ifndef _GL_ALLOCA_H +#define _GL_ALLOCA_H /* alloca (N) returns a pointer to N bytes of memory allocated on the stack, which will last until the function returns. @@ -51,4 +51,4 @@ void *alloca (size_t); # endif #endif -#endif /* _GNULIB_ALLOCA_H */ +#endif /* _GL_ALLOCA_H */