fixed some inconsistency in moo_fmt_object_().
changed to handle a symbol with a c-style escape sequences enclosed in #""
This commit is contained in:
@ -419,7 +419,7 @@ struct moo_initv_t
|
||||
|
||||
enum moo_pragma_flag_t
|
||||
{
|
||||
MOO_PRAGMA_QC = (1 << 0)
|
||||
MOO_PRAGMA_QC = (1 << 0) /* quoted commented. treat a double quoted text as a comment */
|
||||
};
|
||||
|
||||
enum moo_cunit_type_t
|
||||
|
Reference in New Issue
Block a user