bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] alloca.h


From: Bruno Haible
Subject: [Bug-gnulib] alloca.h
Date: Fri, 10 Jan 2003 22:07:49 +0100 (CET)

Hi,

Since noone objected against the stdbool.h simplification, I've now
done the same with alloca.h. The prerequisiste for using alloca() is
simplified: Instead of 30 lines #ifdef spaghetti, it is now a simple

   #include <alloca.h>

The trick is to conditionally create an alloca.h file during
configuration. Similar to what is done with fnmatch_.h.


2003-01-10  Bruno Haible  <address@hidden>

        * modules/alloca: Change Makefile.am requirements. Simplify Include
        requirements. Add lib/alloca_.h to file list.
        * lib/alloca_.h: New file.
        * lib/getdate.y: Unconditionally include alloca.h.
        * lib/makepath.c: Likewise.
        * lib/setenv.c: Likewise.
        * lib/userspec.c: Likewise.
        * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]