mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-30 19:30:04 +00:00
Sync build scripts.
This commit is contained in:
+2
-3
@@ -141,13 +141,12 @@ static void PrintRule(MD_Node *rule)
|
||||
}
|
||||
}
|
||||
|
||||
typedef enum OperationFlags OperationFlags;
|
||||
enum OperationFlags
|
||||
typedef enum OperationFlags
|
||||
{
|
||||
OperationFlag_Fill = 1<<0,
|
||||
OperationFlag_Markup = 1<<1,
|
||||
OperationFlag_Tag = 1<<2,
|
||||
};
|
||||
} OperationFlags;
|
||||
|
||||
static void Extend(MD_String8 *s, char c)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user