mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
acdcf59a33
It would be tempting to uncomment these statements, but that won't work with the new changes. This was done with the following commands: find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec awk -i inplace '$0 !~ /\/\/#define/ { if (!toggle) { print; } else { toggle = !toggle } } ; $0 ~/\/\/#define/ { toggle = 1 }' {} \; find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec awk -i inplace '$0 !~ /\/\/ #define/ { if (!toggle) { print; } else { toggle = !toggle } } ; $0 ~/\/\/ #define/ { toggle = 1 }' {} \; |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Document.cpp | ||
Document.h | ||
Forward.h | ||
GeminiJob.cpp | ||
GeminiJob.h | ||
GeminiRequest.cpp | ||
GeminiRequest.h | ||
GeminiResponse.cpp | ||
GeminiResponse.h | ||
Job.cpp | ||
Job.h | ||
Line.cpp |