Re-wrote tokens.c to use gettok().
commita1a0121d3a975dafa47f6a3c5063af00de9f1863
authorSam Fredrickson <kinghajj@gmail.com>
Tue, 29 Jul 2008 05:45:43 +0000 (28 22:45 -0700)
committerSam Fredrickson <kinghajj@gmail.com>
Tue, 29 Jul 2008 05:45:43 +0000 (28 22:45 -0700)
treed9c1eb9ccebacaec17a2edf01bdb87963b6a3f0c
parent3b8b29436a6074d36cf441490beb7986a3fe8797
Re-wrote tokens.c to use gettok().
Also made RPN_newTokens/RPN_addToken static, because they're not used outside the module.

Changed Doxyfile to generate call/caller graphs, which are very nice.
Updated module_graph.dot to be more accurate (calculator.c never calls tokens.c functions.)

modified:   Doxyfile
modified:   doc/module_graph.dot
modified:   src/include/tokens.h
modified:   src/tokens.c
Doxyfile
doc/module_graph.dot
src/include/tokens.h
src/tokens.c