view tests/t05.c @ 149:c440247cbd69

fix compile bug in array.h (does not currently affect tradcpp)
author David A. Holland
date Sat, 24 Aug 2013 18:50:05 -0400
parents f2a9679a2033
children
line wrap: on
line source

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