forked from ruby/ruby
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor refactoring to follow existing style
This PR makes a few changes to follow mmtk where it deviated from the set style: - some functions for MMTK were not namespaced with `rb_mmtk_`. I updated these so it's easier to differentiate CRuby functions from MMTK ones. - fixes `if USE_MMTK` indentation in a few places - removes an empty `if USE_MMTK`
- Loading branch information
1 parent
49e545c
commit 2118467
Showing
2 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters