X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Futil.h;h=8cb516a8f4c73670347f715e9085f580559791f5;hb=64b597017acaebb97ed1949ce7d9b304b1baad2d;hp=ade1e11e1ff6bdf7ed4f9eb5792c3b0b7ffafa92;hpb=bdf212b311adafcbe144cfe4951ab240ee5f289e;p=cc65 diff --git a/src/cc65/util.h b/src/cc65/util.h index ade1e11e1..8cb516a8f 100644 --- a/src/cc65/util.h +++ b/src/cc65/util.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 1998 Ullrich von Bassewitz */ -/* Wacholderweg 14 */ -/* D-70597 Stuttgart */ -/* EMail: uz@musoftware.de */ +/* (C) 1998-2004 Ullrich von Bassewitz */ +/* Römerstraße 52 */ +/* D-70794 Filderstadt */ +/* EMail: uz@cc65.org */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -44,7 +44,7 @@ -int powerof2 (unsigned long val); +int PowerOf2 (unsigned long Val); /* Return the exponent if val is a power of two. Return -1 if val is not a * power of two. */