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 90 of file pdl.h.


The documentation for this struct was generated from the following file:
Generated on Sun May 29 21:22:13 2005 for lcmaps by doxygen 1.3.5