snc: exclude variables from header file in non-reentrant mode
In non-reentrant mode global SNL variables correspond to top-level static C variables; including their definitions in another C file makes no sense, since they would be copies, not aliases, for the variables in the SNL program.
Loading
Please register or sign in to comment