Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
faad3e2e
Commit
faad3e2e
authored
Feb 24, 2014
by
take_cheeze
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add MRB_ prefix to STRINGIZE macro
parent
2f9cf26a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
include/mruby/version.h
include/mruby/version.h
+12
-11
No files found.
include/mruby/version.h
View file @
faad3e2e
...
@@ -18,16 +18,17 @@
...
@@ -18,16 +18,17 @@
#define MRUBY_AUTHOR "mruby developers"
#define MRUBY_AUTHOR "mruby developers"
#define STRINGIZE0(expr) #expr
#define
MRB_
STRINGIZE0(expr) #expr
#define
STRINGIZE(expr)
STRINGIZE0(expr)
#define
MRB_STRINGIZE(expr) MRB_
STRINGIZE0(expr)
#define MRUBY_DESCRIPTION \
#define MRUBY_DESCRIPTION \
"mruby " MRUBY_VERSION \
"mruby " MRUBY_VERSION \
" (" MRUBY_RELEASE_DATE ") "
" (" MRUBY_RELEASE_DATE ") " \
#define MRUBY_COPYRIGHT \
#define MRUBY_COPYRIGHT \
"mruby - Copyright (c) " \
"mruby - Copyright (c) " \
STRINGIZE(MRUBY_BIRTH_YEAR)"-"
\
MRB_STRINGIZE(MRUBY_BIRTH_YEAR)"-"
\
STRINGIZE(MRUBY_RELEASE_YEAR)" "
\
MRB_STRINGIZE(MRUBY_RELEASE_YEAR)" "
\
MRUBY_AUTHOR
MRUBY_AUTHOR \
#endif
/* MRUBY_VERSION_H */
#endif
/* MRUBY_VERSION_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment