| OLD | NEW |
| 1 # List of source files containing translatable strings. | 1 # List of source files containing translatable strings. |
| 2 # To update, try "find . -name \*.c | xargs grep -c _\( | grep -v :0 | sort" | 2 # To update, try "find . -name \*.c | xargs grep -c _\( | grep -v :0 | sort" |
| 3 # Copyright (c) 2001 Peter Johnson | 3 # Copyright (c) 2001 Peter Johnson |
| 4 # | |
| 5 # $Id: POTFILES.in 2243 2009-12-23 06:45:17Z peter $ | |
| 6 | 4 |
| 7 frontends/yasm/yasm-options.c | 5 frontends/yasm/yasm-options.c |
| 8 frontends/yasm/yasm.c | 6 frontends/yasm/yasm.c |
| 9 libyasm/bc-align.c | 7 libyasm/bc-align.c |
| 10 libyasm/bc-data.c | 8 libyasm/bc-data.c |
| 11 libyasm/bc-incbin.c | 9 libyasm/bc-incbin.c |
| 12 libyasm/bc-org.c | 10 libyasm/bc-org.c |
| 13 libyasm/bc-reserve.c | 11 libyasm/bc-reserve.c |
| 14 libyasm/bitvect.c | 12 libyasm/bitvect.c |
| 15 libyasm/bytecode.c | 13 libyasm/bytecode.c |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 modules/parsers/gas/gas-parser.c | 51 modules/parsers/gas/gas-parser.c |
| 54 modules/parsers/gas/gas-token.re | 52 modules/parsers/gas/gas-token.re |
| 55 modules/parsers/nasm/nasm-parse.c | 53 modules/parsers/nasm/nasm-parse.c |
| 56 modules/parsers/nasm/nasm-token.re | 54 modules/parsers/nasm/nasm-token.re |
| 57 modules/preprocs/cpp/cpp-preproc.c | 55 modules/preprocs/cpp/cpp-preproc.c |
| 58 modules/preprocs/gas/gas-preproc.c | 56 modules/preprocs/gas/gas-preproc.c |
| 59 modules/preprocs/gas/gas-eval.c | 57 modules/preprocs/gas/gas-eval.c |
| 60 modules/preprocs/nasm/nasm-preproc.c | 58 modules/preprocs/nasm/nasm-preproc.c |
| 61 modules/preprocs/nasm/nasm-pp.c | 59 modules/preprocs/nasm/nasm-pp.c |
| 62 modules/preprocs/raw/raw-preproc.c | 60 modules/preprocs/raw/raw-preproc.c |
| OLD | NEW |