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