#ifndef STRUCT_QUOTE_VALUE #define STRUCT_QUOTE_VALUE struct quote_value { struct value* subexpression; }; #endif