index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
loader
/
lang.h
blob: e0d1dfab28fffbe1c2c4c81c4ac2e762986c2e54 (
plain
)
1
2
3
4
5
6
#ifndef _LANG_H_
#define _LANG_H_
#define _(x) x
#endif
/* _LANG_H_ */