10 lines
121 B
C
10 lines
121 B
C
|
|
#ifndef STRUCT_QUOTE_VALUE
|
|
#define STRUCT_QUOTE_VALUE
|
|
|
|
struct quote_value
|
|
{
|
|
struct value* subexpression;
|
|
};
|
|
|
|
#endif
|