Update vnode (vtype_variable)
This commit is contained in:
+3
-3
@@ -80,10 +80,10 @@ typedef struct libcdsb_string vtype_string;
|
||||
typedef struct libcdsb_variable vtype_variable;
|
||||
|
||||
|
||||
extern const char* libcdsb_vtype_name (vtype t) Warn_unused_result__;
|
||||
extern const char* libcdsb_vtype_stringify(vtype_variable value) Warn_unused_result__;
|
||||
extern const char* libcdsb_vtype_name(vtype t) Warn_unused_result__;
|
||||
|
||||
inline vtype_variable libcdsb_variable_build(void* value, vtype t) Always_inline__;
|
||||
extern const char* libcdsb_variable_stringify(vtype_variable value) Warn_unused_result__;
|
||||
inline vtype_variable libcdsb_variable_build (void* value, vtype t) Always_inline__;
|
||||
|
||||
/*#####################################################################################################################*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user