Skip to content

Commit

Permalink
jump macos
Browse files Browse the repository at this point in the history
  • Loading branch information
melsman committed Nov 18, 2024
1 parent 3324045 commit 844f29f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
brew install gcc autoconf make
brew tap homebrew/cask
brew install --cask phantomjs
gcc --version

- name: Install dependencies (macos, mlton)
if: ${{ env.OS == 'darwin' && matrix.mlcomp == 'mlton' }}
Expand Down
2 changes: 1 addition & 1 deletion src/Runtime/Profiling.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ extern long raised_exn_overflow_prof;

#else /*PROFILING not defined */

void queueMark(); /* does nothing */
void queueMark(StringDesc *str); /* does nothing */

#endif /*PROFILING*/

Expand Down

0 comments on commit 844f29f

Please sign in to comment.