• Albert's avatar
    Debug output for lexical analyzer · 73d94c38
    Albert authored
    The previous commit (pull request) was missing the debug output possibility for config.l and partial for doctokinizer.l.
    The later is called on different places by means of the generic definition doctokinizerYYlex, which is declared by means of YY_DECL.
    To be able to add the debug output the YY_DECL had to be redefined to be a new function and the new function, with the debug output possibility, has to be called through the original function name.
    73d94c38
Name
Last commit
Last update
addon Loading commit data...
doc Loading commit data...
examples Loading commit data...
jquery Loading commit data...
libmd5 Loading commit data...
packages/rpm Loading commit data...
qtools Loading commit data...
src Loading commit data...
testing Loading commit data...
tmake Loading commit data...
winbuild Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LANGUAGE.HOWTO Loading commit data...
LICENSE Loading commit data...
Makefile.in Loading commit data...
Makefile.win_make.in Loading commit data...
Makefile.win_nmake.in Loading commit data...
PLATFORMS Loading commit data...
README.md Loading commit data...
configure Loading commit data...
configure.bin Loading commit data...