summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2009-12-23 06:45:17 +0000
committerPeter Johnson <peter@tortall.net>2009-12-23 06:45:17 +0000
commit493c5b8861fc7a9a97b9d07833b6dee91f2987a2 (patch)
treead27d1745a4eae1e63e2567dece0d06cb82f5c1f /po
parent9f91d82b07dbf49c11f3124bd9de8d359ce98326 (diff)
downloadyasm-493c5b8861fc7a9a97b9d07833b6dee91f2987a2.tar.gz
Add initial gas preprocessor, contributed by Alexei Svitkine.
Support for include directive amongst other major key pieces. Does not currently support macros. Fixes #79. Contributed by: Alexei Svitkine <alexei.svitkine@gmail.com> svn path=/trunk/yasm/; revision=2243
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4cb66b12..bdea54fd 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -55,6 +55,8 @@ modules/parsers/gas/gas-token.re
modules/parsers/nasm/nasm-parse.c
modules/parsers/nasm/nasm-token.re
modules/preprocs/cpp/cpp-preproc.c
+modules/preprocs/gas/gas-preproc.c
+modules/preprocs/gas/gas-eval.c
modules/preprocs/nasm/nasm-preproc.c
modules/preprocs/nasm/nasm-pp.c
modules/preprocs/raw/raw-preproc.c