comparison modules/obstack @ 17790:1313252b8540

obstack: do not assume system-supplied obstack is size_t safe * m4/obstack.m4: New file. * modules/obstack (Files): Add it.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 03 Nov 2014 16:36:27 -0800
parents f6c039e09a3b
children
comparison
equal deleted inserted replaced
17789:47c2be5d17f0 17790:1313252b8540
2 Memory allocation, optimized for stack-like allocation patterns. 2 Memory allocation, optimized for stack-like allocation patterns.
3 3
4 Files: 4 Files:
5 lib/obstack.h 5 lib/obstack.h
6 lib/obstack.c 6 lib/obstack.c
7 m4/obstack.m4
7 8
8 Depends-on: 9 Depends-on:
9 alignof 10 alignof
10 gettext-h 11 gettext-h
11 exitfail 12 exitfail