diff options
author | Bruno Haible <bruno@clisp.org> | 2004-01-20 13:59:58 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2004-01-20 13:59:58 +0000 |
commit | 249500845133a75a93434d141100c5ce8d8d7a0c (patch) | |
tree | e5259774f3c8249215050484e70dfd2726eb40d1 /MODULES.html.sh | |
parent | b6e33529b4c7b89ff28ade1f99edfcf61a4c2a55 (diff) | |
download | gnulib-249500845133a75a93434d141100c5ce8d8d7a0c.tar.gz |
New module 'eealloc'.
Diffstat (limited to 'MODULES.html.sh')
-rwxr-xr-x | MODULES.html.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MODULES.html.sh b/MODULES.html.sh index 2b48843df5..736d34da29 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2002-2004 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -1430,6 +1430,7 @@ func_all_modules () func_echo "$element" func_begin_table + func_module eealloc func_module malloc func_module realloc func_end_table |