]> git.sur5r.net Git - cc65/blobdiff - src/cc65/util.h
Fix the check for constant static local data, which was wrong when the data
[cc65] / src / cc65 / util.h
index ade1e11e1ff6bdf7ed4f9eb5792c3b0b7ffafa92..8cb516a8f4c73670347f715e9085f580559791f5 100644 (file)
@@ -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.
  */