]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
Applied Angus patch to compile on DEC C++ and to avoid name clashes
[lyx.git] / src / debug.h
index 2da53c16ba2346373cfc4b03dacb73ed51799fb6..9c86d830ca440c34088ed14b0952339a7944901b 100644 (file)
@@ -65,7 +65,9 @@ struct Debug {
                ///
                DEPEND     = (1 << 16),
                ///
-               INSETS     = (1 << 17)
+               INSETS     = (1 << 17),
+               ///
+               FILES      = (1 << 18)
        };
        ///
 //     static const type ANY = type(INFO | INIT | KEY | GUI |
@@ -76,9 +78,6 @@ struct Debug {
        ///
        static type const ANY;
 
-       ///
-//     friend inline void operator|=(Debug::type & d1, Debug::type d2);
-       
        /** A function to convert symbolic string names on debug levels
            to their numerical value.
        */