Saturday, March 5, 2011

Span of statements

We check the behaviour of the builder(GCC from the MinGW project) in regards to line separations amidst statements. First it is separated at white-spaces between tokens(no problem), then amidst a string literal(compilation problem) and finally we divide the string literal into two string literals, which works.

No comments: