Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / android_crazy_linker / src / src / crazy_linker_util.h
index ee67076..5cf2006 100644 (file)
@@ -20,6 +20,9 @@ namespace crazy {
 //     int CRAZY_UNUSED my_var = 0;
 #define CRAZY_UNUSED __attribute__((unused))
 
+// Offset in a file indicating a failure.
+#define CRAZY_OFFSET_FAILED (-1)
+
 // Helper scoped pointer class.
 template <class T>
 class ScopedPtr {