lib: rename all `*_STATUS_OVERFLOW` -> `*_STATUS_OVERFLOW_ERROR`
[babeltrace.git] / include / babeltrace2 / func-status.h
index 74fc101251359f93f1186871fb195748783ab9bc..4f8e61a9ee5c80164f5a04f19871d8fb4e2ba96a 100644 (file)
@@ -37,8 +37,8 @@
  */
 
 /* Value is too large for the given data type */
-#ifndef __BT_FUNC_STATUS_OVERFLOW
-# define __BT_FUNC_STATUS_OVERFLOW             -75
+#ifndef __BT_FUNC_STATUS_OVERFLOW_ERROR
+# define __BT_FUNC_STATUS_OVERFLOW_ERROR       -75
 #endif
 
 /* Invalid query object */
This page took 0.024937 seconds and 4 git commands to generate.