Helping out sublime indexing
This commit is contained in:
@@ -385,7 +385,8 @@ string_to_upper_case(Allocator *arena, String s) {
|
||||
return copy;
|
||||
}
|
||||
|
||||
FLAG32(MatchFlag){
|
||||
typedef U32 MatchFlag;
|
||||
enum {
|
||||
MatchFlag_None=0,
|
||||
MatchFlag_FindLast=1,
|
||||
MatchFlag_IgnoreCase=2,
|
||||
|
||||
Reference in New Issue
Block a user