comparison modules/malloca @ 39238:e5bf6ab0bb97

malloca: Add a compile-time verification. * lib/malloca.c (small_t): Verify that it is wide enough. * modules/malloca (Depends-on): Add verify.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 03 Feb 2018 00:47:15 +0100
parents 6a04b04905e5
children
comparison
equal deleted inserted replaced
39237:a675c796ba51 39238:e5bf6ab0bb97
9 m4/longlong.m4 9 m4/longlong.m4
10 10
11 Depends-on: 11 Depends-on:
12 alloca-opt 12 alloca-opt
13 stdint 13 stdint
14 verify
14 xalloc-oversized 15 xalloc-oversized
15 16
16 configure.ac: 17 configure.ac:
17 gl_MALLOCA 18 gl_MALLOCA
18 19