blob: 8da756fcba46e4d47c9370b6194dc38f6924a138 [file] [log] [blame]
#define paste_twice(a,b,c) a ## b ## c
paste_twice(just, one, token)