check if -define is actually used

This commit is contained in:
Laytan Laats
2024-06-06 19:46:01 +02:00
parent 9a95049393
commit b818a77131
3 changed files with 42 additions and 7 deletions
+1
View File
@@ -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;
};