diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-07-12 12:04:56 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-07-12 12:04:56 -0700 |
commit | 323fcff32bd5d48a690e14a72c980892924c05ab (patch) | |
tree | 023ab541c4c113aa064f864bcb12be9814a45ab5 /.gitignore | |
parent | 852f1eeed56c7ff2c53df0e09f57fe3cd6a395b5 (diff) | |
download | nasm-323fcff32bd5d48a690e14a72c980892924c05ab.tar.gz nasm-323fcff32bd5d48a690e14a72c980892924c05ab.tar.bz2 nasm-323fcff32bd5d48a690e14a72c980892924c05ab.zip |
Use a phash to decode directives
We can use a perfect hash to decode directives as well.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ /config.log /config.status /configure +/directives.c +/directives.h /doc/*.dip /doc/*.hpj /doc/*.pdf |