Home
last modified time | relevance | path

Searched refs:SLICER_SG_MACRO_CONCAT2 (Results 1 – 1 of 1) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dscopeguard.h68 #define SLICER_SG_MACRO_CONCAT2(a, b) a ## b macro
69 #define SLICER_SG_MACRO_CONCAT(a, b) SLICER_SG_MACRO_CONCAT2(a, b)