Skip to content
Snippets Groups Projects
Commit 8b94b4f8 authored by Lukas Stadler's avatar Lukas Stadler
Browse files

[GR-2798] Add R_Busy symbol.

PullRequest: fastr/1586
parents 18613364 b843c246
No related branches found
No related tags found
No related merge requests found
...@@ -368,7 +368,11 @@ void uR_ClearerrConsole(void) { ...@@ -368,7 +368,11 @@ void uR_ClearerrConsole(void) {
} }
void uR_Busy(int x) { void uR_Busy(int x) {
unimplemented("R_Busy"); // default - do nothing
}
void R_Busy(int which) {
ptr_R_Busy(which);
} }
void R_SizeFromEnv(Rstart rs) { void R_SizeFromEnv(Rstart rs) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment