Sync build scripts.

This commit is contained in:
Miguel Lechon
2021-03-09 18:12:34 +01:00
parent 65e5f728b1
commit 35ef98a5fd
3 changed files with 17 additions and 3 deletions
+2 -3
View File
@@ -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)
{