#include "precompiler.h"#include "strings.h"#include <stdlib.h>#include "include.h"#include "macros.h"#include "menu.h"#include "menusystem.h"#include "locale.h"#include "filelink.h"#include "filelist.h"#include "image.h"#include "delete.h"#include "script.h"#include "interpreter.h"#include "lang.h"#include "char.h"#include "recode.h"#include <algorithm>Compounds | |
| struct | LError |
Defines | |
| #define | CLINE " CLINE: " + Strings::x2s( __LINE__ ) |
| #define | TELL(scan) |
Functions | |
| bool | operator== (const Line &l1, const Line &l2) |
|
|
|
|
|
Value: if( init_info ) { \
std::cout << "init: " scan "("; \
std::string s; \
\
if( range.type == Init::Range::LEVEL ) \
std::cout << range.level; \
else \
std::cout << range.lower << '-' << range.upper; \
\
std::cout << ')' << std::endl; \
} |
|
||||||||||||
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001