Bruce Evans 1b099e1e02 Hide the declaration of ffs() if an inline ffs() is implemented.
I couldn't find a better way to avoid compiler warnings about
redundant and/or inconsistent declaration of ffs().  I'd like to
be able to declare prototypes in general headers without committing
to implementing them as `static inline' or `extern', but there
seems to be no way to do this with gcc-2.6.1.  E.g.,

	int foo(void);
	static __inline int foo(void) { return 1; }

causes a warning about the linkage mismatch, while the opposite
order causes a warning about the redundant declaration.
1994-11-14 14:56:46 +00:00
..
1994-08-02 07:55:43 +00:00
1994-05-24 09:57:34 +00:00
1994-08-21 04:42:17 +00:00
1994-08-22 13:44:39 +00:00
1993-11-18 05:03:27 +00:00
1994-08-21 04:42:17 +00:00
1994-10-20 00:08:31 +00:00
1994-08-02 07:55:43 +00:00
1994-08-02 07:55:43 +00:00
1994-08-21 04:42:17 +00:00
1994-08-21 04:42:17 +00:00
1994-08-21 04:42:17 +00:00
1994-10-16 05:03:05 +00:00
1994-08-02 07:55:43 +00:00
1994-08-21 04:42:17 +00:00
1994-08-21 04:42:17 +00:00
1994-08-21 04:42:17 +00:00
1994-08-02 07:55:43 +00:00
1994-08-21 04:42:17 +00:00
1994-08-02 07:55:43 +00:00
1994-08-14 01:52:48 +00:00
1994-08-02 07:55:43 +00:00
1994-08-02 07:55:43 +00:00
1994-08-02 07:55:43 +00:00
1994-08-02 07:55:43 +00:00
1994-09-27 20:39:54 +00:00
1994-08-21 04:42:17 +00:00
1994-08-21 04:42:17 +00:00
1994-09-09 11:27:50 +00:00
1994-09-17 13:24:29 +00:00
1994-08-21 04:42:17 +00:00
1994-05-24 09:57:34 +00:00
1994-09-01 05:12:53 +00:00
1994-08-02 07:55:43 +00:00
1994-08-02 07:55:43 +00:00
1994-08-02 07:55:43 +00:00
1994-08-02 07:55:43 +00:00
1994-08-02 07:55:43 +00:00
1994-09-17 13:24:29 +00:00
1994-08-02 07:55:43 +00:00
1994-08-21 04:42:17 +00:00
1994-08-21 04:42:17 +00:00
1994-08-02 07:55:43 +00:00
1994-08-02 07:55:43 +00:00
1994-08-21 04:42:17 +00:00
1994-08-02 07:55:43 +00:00
1994-08-21 04:42:17 +00:00
1994-08-21 04:42:17 +00:00
1994-08-22 19:34:03 +00:00
1994-09-15 20:24:29 +00:00
1994-08-02 07:55:43 +00:00
1994-08-21 04:42:17 +00:00
1994-08-21 04:42:17 +00:00
1994-08-02 07:55:43 +00:00
1994-08-21 04:42:17 +00:00
1994-08-21 04:42:17 +00:00
1994-08-21 04:42:17 +00:00
1994-11-14 13:51:53 +00:00
1994-08-21 04:42:17 +00:00
1994-08-21 04:42:17 +00:00