#214: in which order are auxiliary variable definitions stored ? --------------------------+------------------------------------------------- Reporter: michel | Owner: michel Type: bug | Status: new Priority: blocker | Milestone: 4.3 Component: Preprocessor | Version: Keywords: | --------------------------+-------------------------------------------------
Comment(by michel):
As the definitions of the auxiliary variables are added in the front of the deque, they should be written from the end back in order to replicate the order of definition.
I have made the necessary change. I still need to test.