diff libaf/af.c @ 24890:a54a25221b79

Remove some pointless 'inline' qualifiers Most of these functions aren't even used in the same translation unit.
author uau
date Thu, 01 Nov 2007 06:52:10 +0000
parents 4055d43fc406
children 80180dc13565
line wrap: on
line diff
--- a/libaf/af.c	Thu Nov 01 06:52:06 2007 +0000
+++ b/libaf/af.c	Thu Nov 01 06:52:10 2007 +0000
@@ -572,7 +572,7 @@
 
 /* Helper function called by the macro with the same name this
    function should not be called directly */
-inline int af_resize_local_buffer(af_instance_t* af, af_data_t* data)
+int af_resize_local_buffer(af_instance_t* af, af_data_t* data)
 {
   // Calculate new length
   register int len = af_lencalc(af->mul,data);