From: Niels Möller Date: Mon, 11 Jul 2011 13:56:35 +0000 (+0200) Subject: Deleted item on function typedefs. X-Git-Tag: nettle_2.2_release_20110711~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a34e99e3b56a73c7f87e6dec5ab90d659b8cbe7c;p=thirdparty%2Fnettle.git Deleted item on function typedefs. Rev: nettle/TODO:1.2 --- diff --git a/TODO b/TODO index 4d788b1f..20b05a5d 100644 --- a/TODO +++ b/TODO @@ -13,17 +13,5 @@ and CFB. Suggested by Rafael 'Dido' Sevilla. References: Valgrind reports errors on the des-compat test program. Investigate. - -Change the convention for declaring function pointers. Instead of for -example - - typedef void * - nettle_realloc_func(void *ctx, void *p, unsigned length); - -use - - typedef void - nettle_realloc_func(void *ctx, void *p, unsigned length); - The make rules for building position independent *_p.o files doesn't get dependencies right.