1#ifndef D_QUOTE_H2#define D_QUOTE_H3 4#define BAR1_QUOTE(x) 2 * x5#define BAR2_QUOTE(x) 2 * x6 7#endif8