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