This commit is contained in:
2025-08-21 12:05:20 +02:00
parent 9b2b7283c0
commit 9642922445
32 changed files with 281 additions and 281 deletions

View File

@@ -2,15 +2,15 @@ module codewalker
pub struct CWError {
pub:
message string
linenr int
message string
linenr int
category string
}
pub struct FMError {
pub:
message string
linenr int //is optional
message string
linenr int // is optional
category string
filename string
}
}