Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

record_s Struct Reference

Structure is used to keep track of strings and the line they appear on. More...

#include <pdl.h>


Data Fields

char* string
 Hold the symbol that lex has found.

int lineno
 Hold the line number the symbol has been found.


Detailed Description

Structure is used to keep track of strings and the line they appear on.

When lex finds a match, this structure is used to keep track of the relevant information. The matchig string as well as the line number are saved. The line number can be used for later references when an error related to the symbol has occured. This allows for easier debugging of the configuration file.

Definition at line 83 of file pdl.h.


The documentation for this struct was generated from the following file:
Generated at Thu Mar 4 17:39:46 2004 for edg-lcmaps by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001