shithub: scc

Download patch

ref: 65d393be241273b385ef13c463cd4ada5aa74e62
parent: 517dc5a89fc3274dd6457b32653616e355369717
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun Jan 24 03:28:43 EST 2016

Fix #line directive

1) Line must set the value for the next line, and since the line
   is incremented at the end of the line, we have to set the
   desired line minus 1.
2) Macros were not expanded in the line directive parameters
3) Lookup was returning macros while it looked up for
   cpp clauses.