view modules/alloca @ 5033:7ada1cee8b2f

Change UTILS_ macro name prefix to gl_.
author Jim Meyering <jim@meyering.net>
date Tue, 20 Apr 2004 08:51:39 +0000
parents 4d0ebc9d330c
children 42b53a22aee5
line wrap: on
line source

Description:
Memory allocation on the stack.

Files:
lib/alloca_.h
lib/alloca.c
m4/alloca.m4

Depends-on:

configure.ac:
gl_FUNC_ALLOCA

Makefile.am:
BUILT_SOURCES += $(ALLOCA_H)
EXTRA_DIST += alloca_.h

# We need the following in order to create an <alloca.h> when the system
# doesn't have one that works with the given compiler.
all-local $(lib_OBJECTS): $(ALLOCA_H)
alloca.h: alloca_.h
	cp $(srcdir)/alloca_.h $@-t
	mv $@-t $@
MOSTLYCLEANFILES += alloca.h alloca.h-t

Include:
#include <alloca.h>

Maintainer:
bug-gnulib@gnu.org