diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-15 10:00:22 -0800 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-15 10:19:48 -0800 |
| commit | b8e5f9c8ae81cd3a4e632480fe58676b57de07d4 (patch) | |
| tree | ce6628acf10d63ab467b3b3370171aae45ff06f7 /modules/safe-alloc | |
| parent | f8c6b7a2d1a28eca869008e56521ed5834d3bec1 (diff) | |
| download | gnulib-b8e5f9c8ae81cd3a4e632480fe58676b57de07d4.tar.gz | |
safe-alloc: use xalloc-oversized
* lib/safe-alloc.c: Include xalloc-oversized.h.
(safe_alloc_oversized): Remove. All uses changed to xalloc_oversized.
* modules/safe-alloc (Depends-on): Add xalloc-oversized.
Diffstat (limited to 'modules/safe-alloc')
| -rw-r--r-- | modules/safe-alloc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/safe-alloc b/modules/safe-alloc index 94f799fe82..13e78dec7b 100644 --- a/modules/safe-alloc +++ b/modules/safe-alloc @@ -6,6 +6,9 @@ lib/safe-alloc.h lib/safe-alloc.c m4/safe-alloc.m4 +Depends-on: +xalloc-oversized + configure.ac: gl_SAFE_ALLOC |
