Standardise spelling of debug info
[babeltrace.git] / include / babeltrace / types.h
index 3d040d4f1a77d66b0ddee208a1fcf810479b2153..e92fb8426286ce032921bcdfe973b7c7448dbc01 100644 (file)
@@ -148,7 +148,7 @@ struct declaration_integer {
        struct ctf_clock *clock;
 };
 
        struct ctf_clock *clock;
 };
 
-#ifdef ENABLE_DEBUGINFO
+#ifdef ENABLE_DEBUG_INFO
 struct debug_info_source;
 #endif
 
 struct debug_info_source;
 #endif
 
@@ -161,7 +161,7 @@ struct definition_integer {
                int64_t _signed;
        } value;
 
                int64_t _signed;
        } value;
 
-#ifdef ENABLE_DEBUGINFO
+#ifdef ENABLE_DEBUG_INFO
        /*
         * Debug infos (NULL if not set).
         *
        /*
         * Debug infos (NULL if not set).
         *
This page took 0.023883 seconds and 4 git commands to generate.