labels now allow underscored; bug fix
This commit is contained in:
+1
-2
@@ -42,8 +42,7 @@ typedef struct {
|
||||
} tinytemplate_array_t;
|
||||
|
||||
typedef struct {
|
||||
const char *str;
|
||||
size_t len;
|
||||
const char *str; size_t len;
|
||||
} tinytemplate_string_t;
|
||||
|
||||
typedef union {
|
||||
|
||||
Reference in New Issue
Block a user