Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

precompiler.cpp File Reference

#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)

Define Documentation

#define CLINE   " CLINE: " + Strings::x2s( __LINE__ )
 

#define TELL scan   
 

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; \
}


Function Documentation

bool operator== const Line   l1,
const Line   l2
 


Generated on Tue Nov 20 02:19:52 2001 for Leo<HTML> by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001