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-09-26 21:09:15 +00:00
1994-10-18 06:55:57 +00:00
1994-05-24 09:57:34 +00:00
1994-10-18 06:55:57 +00:00
1994-08-21 04:42:17 +00:00
1994-08-22 13:44:39 +00:00
1994-02-05 09:14:24 +00:00
1993-11-18 05:03:27 +00:00
1994-08-21 04:42:17 +00:00
1994-10-08 22:23:00 +00:00
1994-10-20 00:08:31 +00:00
1994-10-23 21:28:03 +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-11-14 13:08:44 +00:00
1994-11-14 13:08:44 +00:00
1994-11-14 13:08:44 +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-10-09 21:50:57 +00:00
1994-08-21 04:42:17 +00:00
1994-08-02 07:55:43 +00:00
1994-10-30 19:17:39 +00:00
1994-08-21 04:42:17 +00:00
1994-10-02 17:25:04 +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-09-24 21:09:18 +00:00
1994-10-02 17:25:04 +00:00
1994-10-22 11:40:38 +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-10-02 17:25:04 +00:00
1994-10-05 21:23:38 +00:00
1994-10-02 17:25:04 +00:00
1994-11-14 14:56:46 +00:00
1994-10-08 22:23:00 +00:00
1994-02-13 20:47:18 +00:00
1994-02-13 20:47:18 +00:00
1994-09-27 20:39:54 +00:00
1994-08-21 04:42:17 +00:00
1994-10-04 06:51:42 +00:00
1994-09-25 22:31:11 +00:00
1994-11-14 13:54:20 +00:00
1994-11-07 20:48:35 +00:00
1994-08-21 04:42:17 +00:00
1994-10-20 00:48:28 +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-10-28 13:19:42 +00:00
1994-09-27 20:33:41 +00:00
1994-05-24 09:57:34 +00:00
1994-09-01 05:12:53 +00:00
1994-11-13 12:46:08 +00:00
1994-10-08 22:23:00 +00:00
1994-08-08 13:00:27 +00:00
1994-08-02 07:55:43 +00:00
1994-10-26 13:45:52 +00:00
1994-08-02 07:55:43 +00:00
1994-11-14 14:09:38 +00:00
1994-10-09 07:35:18 +00:00
1994-10-02 04:48:21 +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-10-02 17:25:04 +00:00
1994-08-02 07:55:43 +00:00
1994-10-02 17:25:04 +00:00
1994-10-08 22:23:00 +00:00
1994-10-02 17:25:04 +00:00
1994-09-06 22:42:31 +00:00
1994-11-14 14:13:13 +00:00
1994-10-02 17:25:04 +00:00
1994-11-10 23:59:47 +00:00
1994-10-09 22:00:17 +00:00
1994-11-14 13:59:09 +00:00
1994-10-09 21:53:05 +00:00
1994-08-21 04:42:17 +00:00
1994-08-21 04:42:17 +00:00
1994-10-10 00:58:36 +00:00
1994-08-02 07:55:43 +00:00
1994-08-02 07:55:43 +00:00
1994-10-10 00:58:36 +00:00
1994-08-21 04:42:17 +00:00
1994-08-02 07:55:43 +00:00
1994-10-10 00:58:36 +00:00
1994-09-18 20:40:01 +00:00
1994-08-21 04:42:17 +00:00
1994-08-21 04:42:17 +00:00
1994-10-02 17:25:04 +00:00
1994-08-22 19:34:03 +00:00
1994-09-13 03:19:19 +00:00
1994-10-11 00:16:28 +00:00
1994-08-26 12:07:31 +00:00
1994-09-25 15:56:25 +00:00
1994-10-08 22:23:00 +00:00
1994-09-15 20:24:29 +00:00
1994-10-02 17:25:04 +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-10-18 14:59:20 +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