1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

spyc/parser reorg - moved old code to the bottom

This commit is contained in:
Gabor Adam Toth 2011-05-23 20:23:27 +02:00
parent 9ded39dbdb
commit 7453aaf395
2 changed files with 68 additions and 64 deletions

View file

@ -176,7 +176,7 @@ void dispatch(mapping rvars, mapping evars, mixed method, mixed body) {
return;
#ifndef LIBPSYC
if (!process_var_types(evars))t
if (!process_var_types(evars))
return;
#endif