Arguments to functions were being passed by value. This patch changes SLICC so that arguments are passed by reference.
3.4 KiB
3.4 KiB
Arguments to functions were being passed by value. This patch changes SLICC so that arguments are passed by reference.