Prevent definitions from messing up attributes.

This commit is contained in:
Guus Sliepen 2003-07-30 21:52:41 +00:00
parent 2edc764a33
commit d798b8b3d8
13 changed files with 28 additions and 28 deletions

View file

@ -29,7 +29,7 @@
library for inclusion into tinc (http://tinc.nl.linux.org/) by
Guus Sliepen <guus@sliepen.eu.org>.
$Id: avl_tree.c,v 1.1.2.17 2003/07/24 12:08:14 guus Exp $
$Id: avl_tree.c,v 1.1.2.18 2003/07/30 21:52:41 guus Exp $
*/
#include "system.h"
@ -52,7 +52,7 @@
#endif
#ifndef AVL_DEPTH
static int lg(unsigned int u) __attribute__ ((const));
static int lg(unsigned int u) __attribute__ ((__const__));
static int lg(unsigned int u)
{