summaryrefslogtreecommitdiffstats
path: root/loader/lang.h
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-06-25 02:14:29 +0000
committerMatt Wilson <msw@redhat.com>1999-06-25 02:14:29 +0000
commit82f292a13937a8785aed282892819a4e08b5f3d9 (patch)
tree0f745245d46d4010e68c0550b82791cbb7ac66b6 /loader/lang.h
parent7e82cc2de02a546a60d33ad20c7b11cd7c63b3f1 (diff)
downloadanaconda-82f292a13937a8785aed282892819a4e08b5f3d9.tar.gz
anaconda-82f292a13937a8785aed282892819a4e08b5f3d9.tar.xz
anaconda-82f292a13937a8785aed282892819a4e08b5f3d9.zip
new loader support
Diffstat (limited to 'loader/lang.h')
-rw-r--r--loader/lang.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/loader/lang.h b/loader/lang.h
new file mode 100644
index 000000000..e0d1dfab2
--- /dev/null
+++ b/loader/lang.h
@@ -0,0 +1,6 @@
+#ifndef _LANG_H_
+#define _LANG_H_
+
+#define _(x) x
+
+#endif /* _LANG_H_ */