From fa13bb1a6f0894d92b85337385058330eb071eea Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 14 Apr 2019 05:26:46 +0000 Subject: Unify comment styles across MJIT sources I'm writing `//` comments in newer MJIT code after C99 enablement (because I write 1-line comments more often than multi-line comments and `//` requires fewer chars on 1-line) and then they are mixed with `/* */` now. For consistency and to avoid the conversion in future changes, let me finish the rewrite in MJIT-related code. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/ruby_vm/views/_mjit_compile_ivar.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') diff --git a/tool/ruby_vm/views/_mjit_compile_ivar.erb b/tool/ruby_vm/views/_mjit_compile_ivar.erb index 8fdf0b80fe..eef3d7efb6 100644 --- a/tool/ruby_vm/views/_mjit_compile_ivar.erb +++ b/tool/ruby_vm/views/_mjit_compile_ivar.erb @@ -54,4 +54,4 @@ break; } } -#endif /* OPT_IC_FOR_IVAR */ +#endif // OPT_IC_FOR_IVAR -- cgit v1.2.3