AK: Sort all the debug macros

This commit is contained in:
Linus Groh 2021-05-17 22:32:59 +01:00
parent 5f342c41b9
commit 61e132ddfa

View file

@ -110,6 +110,10 @@
#cmakedefine01 EMOJI_DEBUG
#endif
#ifndef ESCAPE_SEQUENCE_DEBUG
#cmakedefine01 ESCAPE_SEQUENCE_DEBUG
#endif
#ifndef EVENT_DEBUG
#cmakedefine01 EVENT_DEBUG
#endif
@ -122,14 +126,14 @@
#cmakedefine01 FILE_CONTENT_DEBUG
#endif
#ifndef FILE_WATCHER_DEBUG
#cmakedefine01 FILE_WATCHER_DEBUG
#endif
#ifndef FILL_PATH_DEBUG
#cmakedefine01 FILL_PATH_DEBUG
#endif
#ifndef FILE_WATCHER_DEBUG
#cmakedefine01 FILE_WATCHER_DEBUG
#endif
#ifndef GEMINI_DEBUG
#cmakedefine01 GEMINI_DEBUG
#endif
@ -400,10 +404,10 @@
#ifndef WASM_BINPARSER_DEBUG
#cmakedefine01 WASM_BINPARSER_DEBUG
#endif
#endif
#ifndef ESCAPE_SEQUENCE_DEBUG
#cmakedefine01 ESCAPE_SEQUENCE_DEBUG
#ifndef WASM_TRACE_DEBUG
#cmakedefine01 WASM_TRACE_DEBUG
#endif
#ifndef WINDOWMANAGER_DEBUG
@ -421,7 +425,3 @@
#ifndef WSSCREEN_DEBUG
#cmakedefine01 WSSCREEN_DEBUG
#endif
#ifndef WASM_TRACE_DEBUG
#cmakedefine01 WASM_TRACE_DEBUG
#endif