#include <unistd.h>#include <stdio.h>#include <string>#include <map>#include "ycp/StaticDeclaration.h"#include "ycp/SymbolTable.h"#include "ycp/YSymbolEntry.h"#include "ycp/YBlock.h"#include "ycp/Bytecode.h"#include "ycp/Xmlcode.h"#include "ycp/Import.h"#include "ycp/Point.h"#include "ycp/y2log.h"Defines | |
| #define | DO_DEBUG 0 |
Variables | |
| static const char * | predefined [] |
| #define DO_DEBUG 0 |
const char* predefined[] [static] |
Initial value:
{
"UI", "WFM", "SCR", "Pkg", 0
}
Referenced by StaticDeclaration::StaticDeclaration().
1.5.9