Fixed a bug that caused operators to be set as variables.
commit927ba9cfde567fa860a00fdd23231413a8b3006b
authorSam Fredrickson <kinghajj@gmail.com>
Mon, 21 Jul 2008 22:34:04 +0000 (21 15:34 -0700)
committerSam Fredrickson <kinghajj@gmail.com>
Mon, 21 Jul 2008 22:34:04 +0000 (21 15:34 -0700)
tree17d35adf850c3e3d84d6440d85edaf2e1206e952
parent13c1a43d60abbf59011303fd70cc2e8fccd4ab23
Fixed a bug that caused operators to be set as variables.

If the stack was too small, then operators wouldn't execute, so the parser
would then try to lookup/set variable names. Not good!

modified:   src/operators.c
src/operators.c