view tests/t05.c @ 49:8a204d153398

Intercept multiline comments earlier. Leave same-line comments alone. Fixes all of the pathological comment behavior we've noticed so far.
author David A. Holland
date Sun, 31 Mar 2013 01:04:43 -0400
parents ac45dcc57ff9
children f2a9679a2033
line wrap: on
line source

#define concat(a, b) a/**/b
concat(abc, def)