Skip to content

Commit

Permalink
Update rtutils.c - fix comment style to C
Browse files Browse the repository at this point in the history
  • Loading branch information
PallHaraldsson committed Nov 7, 2024
1 parent 1de35be commit 115b60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ JL_DLLEXPORT jl_value_t *jl_stdout_obj(void) JL_NOTSAFEPOINT
return stdout_obj ? jl_atomic_load_relaxed(&stdout_obj->value) : NULL;
}

# Please do not remove (again breaking r-juliacall). Maybe after https://github.com/Non-Contradiction/JuliaCall/pull/237
// Please do not remove (again breaking r-juliacall). Maybe after https://github.com/Non-Contradiction/JuliaCall/pull/237
JL_DLLEXPORT jl_value_t *jl_stderr_obj(void) JL_NOTSAFEPOINT
{
if (jl_base_module == NULL)
Expand Down

0 comments on commit 115b60d

Please sign in to comment.