We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f058f0b commit d7bb86cCopy full SHA for d7bb86c
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: c997a353aa66aca3cdc9fbe2ce899061a662a095
+refs/heads/master: b78c096ebc73b81f77a58c0224ec037837dab8e4
trunk/src/rt/rust_task.h
@@ -51,10 +51,9 @@ struct rust_task_user {
51
};
52
53
// std::lib::task::task_result
54
-enum task_result {
55
- tr_success = 0,
56
- tr_failure = 1
57
-};
+typedef unsigned long task_result;
+#define tr_success 0
+#define tr_failure 1
58
59
// std::lib::task::task_notification
60
//
0 commit comments