projects
/
yacjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Implemented booleans, swapped to YACJS_NAME macro.
[yacjs.git]
/
src
/
yacjs_name.h
1
#ifndef YACJS_NAME_H
2
#define YACJS_NAME_H
3
4
#define YACJS_NAME(n) yacjs_ ## n
5
6
#endif