added #pragma qc(on) and qc(off) to turn on/off double-quoted string comment
This commit is contained in:
@ -458,8 +458,15 @@ struct moo_initv_t
|
||||
int flags;
|
||||
};
|
||||
|
||||
enum moo_pragma_flag_t
|
||||
{
|
||||
MOO_PRAGMA_QC = (1 << 0),
|
||||
};
|
||||
|
||||
struct moo_compiler_t
|
||||
{
|
||||
int pragma_flags;
|
||||
|
||||
/* input handler */
|
||||
moo_ioimpl_t impl;
|
||||
|
||||
|
Reference in New Issue
Block a user