mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
check if -define is actually used
This commit is contained in:
@@ -381,6 +381,7 @@ struct Defineable {
|
||||
ExactValue default_value;
|
||||
TokenPos pos;
|
||||
|
||||
// These strings are only computed from previous fields when defineables are being shown or exported.
|
||||
String default_value_str;
|
||||
String pos_str;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user