#ifndef D_QUOTE_H
#define D_QUOTE_H

#define BAR1_QUOTE(x) 2 * x
#define BAR2_QUOTE(x) 2 * x

#endif