mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 18:24:06 +00:00
Add ODIN_ERROR_POS_STYLE constant and change runtime.print_caller_location based on that constant
This commit is contained in:
@@ -168,6 +168,8 @@ enum TimingsExportFormat : i32 {
|
||||
enum ErrorPosStyle {
|
||||
ErrorPosStyle_Default, // path(line:column) msg
|
||||
ErrorPosStyle_Unix, // path:line:column: msg
|
||||
|
||||
ErrorPosStyle_COUNT
|
||||
};
|
||||
|
||||
// This stores the information for the specify architecture of this build
|
||||
|
||||
Reference in New Issue
Block a user