#include "bookmark_tree.cpp"#include <basis/function.h>#include <basis/guards.h>#include <basis/istring.h>#include <opsystem/application_shell.h>#include <opsystem/byte_filer.h>#include <opsystem/command_line.h>#include <loggers/file_logger.h>#include <opsystem/filename.h>#include <data_struct/static_memory_gremlin.h>#include <textual/list_parsing.h>Include dependency graph for marks_maker.cpp:

Go to the source code of this file.
Defines | |
| #define | BASE_LOG(s) program_wide_logger().log(s) |
| #define | LOG(s) |
Variables | |
| const int | MAX_FILE_SIZE = 4 * MEGABYTE |
| #define BASE_LOG | ( | s | ) | program_wide_logger().log(s) |
Definition at line 41 of file marks_maker.cpp.
| #define LOG | ( | s | ) |
Value:
CLASS_EMERGENCY_LOG(program_wide_logger(), \ isprintf("line %d: ", _categories._line_number) + s)
Definition at line 43 of file marks_maker.cpp.
| const int MAX_FILE_SIZE = 4 * MEGABYTE |
Definition at line 46 of file marks_maker.cpp.
1.5.1