mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
disable define const on VS
This commit is contained in:
+1
-1
@@ -2773,7 +2773,7 @@ mrb_init_string(mrb_state *mrb)
|
||||
#ifndef __STDC__
|
||||
# ifdef __GNUC__
|
||||
# define const __const__
|
||||
# else
|
||||
# elif !defined(_MSC_VER)
|
||||
# define const
|
||||
# endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user