Comment based build tags for packages (basic and temporary)

This commit is contained in:
gingerBill
2018-05-28 20:59:06 +01:00
parent 619783ca1b
commit 6eb505a677
9 changed files with 106 additions and 16 deletions
+1 -1
View File
@@ -735,7 +735,6 @@ deprecated_attribute :: proc() {
// foo_v1(1);
}
main :: proc() {
when true {
general_stuff();
@@ -752,3 +751,4 @@ main :: proc() {
deprecated_attribute();
}
}