summaryrefslogtreecommitdiffstats
path: root/loader/lang.h
blob: 3c5eef80a77fe563f31ffd6bd568438c92854c6c (plain)
1
2
3
4
5
6
7
#ifndef _LANG_H_
#define _LANG_H_

#define _(x) x
#define N_(foo) (foo)

#endif /* _LANG_H_ */