Imported Upstream version 5.1.9 into tizen
[platform/upstream/giflib.git] / giftext.c
index bb12c7c..523ada9 100644 (file)
--- a/giftext.c
+++ b/giftext.c
@@ -21,8 +21,9 @@ giftext - dump GIF pixels and metadata as text
 
 #define MAKE_PRINTABLE(c)  (isprint(c) ? (c) : ' ')
 
+__attribute__((__section__(".tizen.build-id")))
 static char
-    *VersionStr =
+    VersionStr[] =
        PROGRAM_NAME
        VERSION_COOKIE
        "       Gershon Elber,  "