/*******************************************/ /* */ /* File: chtmldefs.c */ /* Purpose: c2html definition */ /* */ /* Author: Sfiligoi Igor */ /* */ /* Created : 25.03.1997 */ /* Last modified: 02.04.1997 */ /* */ /*******************************************/ #include "chtmldefs.h" int Curr_Line = 0; /* Current Line */ int ininclude = 0; /* 1 iff in an include */ int inprecomp = 0; /* 1 iff in a precompiler */ int atbegin = 1; /* 1 only at the beggining */ int doprint = 0; /* if 1 print in stderr all the input */ char *macrourl; char *funcurl; char *protourl; void *mainSTable; /* All the symbols */ void *thisSTable; /* Symbols defined inside the file */ char *outdir; /* directory where to save the html file */ char *chidir; /* directory where to save the chi file */ char *path; /* Path where to search for includes */ char *finalprog; /* result of the parse */