Differences From Artifact [90d7aaf884]:
- File modules/pt/tests/data/ok/peg_cparam-critcl/1_functions — part of check-in [4c0da741b4] at 2015-04-14 22:57:33 on branch tcllib-1-17-rc — pt - Fixes to the testsuite, bringing results back into sync with the templates and generators. (user: aku size: 51669) [more...]
To Artifact [a9cb0ff6f6]:
- File modules/pt/tests/data/ok/peg_cparam-critcl/1_functions — part of check-in [343fbcce35] at 2015-11-10 05:24:43 on branch trunk — pt - Ticket [758754cbcc] - Fixed the missing return statement in "rde_param_query_lstop", reported by Ashok. With thanks. Version of internal package "pt::rde::critcl" bumped to 1.3.4. Version of package "tcllibc" to hold this bumped to 0.3.15. (user: aku size: 51676) [more...]
︙ | |||
731 732 733 734 735 736 737 | 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 | - + | rde_param_query_ls (RDE_PARAM p, long int* lc, void*** lv) { rde_stack_get (p->LS, lc, lv); } SCOPE long int rde_param_query_lstop (RDE_PARAM p) { |
︙ |