]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 13 Feb 2010 02:17:52 +0000 (02:17 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 13 Feb 2010 02:17:52 +0000 (02:17 +0000)
magick/token-private.h

index 24483d346a2cc96f225987710b44526c5e686022..a13181a16b7e8fb6e03b934f3d32304ba3cded35 100644 (file)
@@ -50,6 +50,9 @@ static UTFInfo
 
 static inline long GetNextUTFCode(const char *text,size_t *octets)
 {
+  long
+    code;
+
   register long
     i;
 
@@ -57,9 +60,6 @@ static inline long GetNextUTFCode(const char *text,size_t *octets)
     c,
     unicode;
 
-  long
-    code;
-
   *octets=0;
   if (text == (const char *) NULL)
     {