summaryrefslogtreecommitdiffstats
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_ */