diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-09 17:32:43 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-09 17:32:43 -0700 |
commit | 1803dedae88457520f6c8edbb42f2508b9c30c0e (patch) | |
tree | 5d6d1e7057f77acbb4b0300096b73ede57202cf8 /output/outas86.c | |
parent | 5b80b2334666d03e0f9ff673bdbd1c8a24ca8d2b (diff) | |
download | nasm-1803dedae88457520f6c8edbb42f2508b9c30c0e.tar.gz nasm-1803dedae88457520f6c8edbb42f2508b9c30c0e.tar.bz2 nasm-1803dedae88457520f6c8edbb42f2508b9c30c0e.zip |
Move all the SAA code out of nasmlib
Move all the SAA code out of nasmlib; it's not used by anything than
nasm itself. Cleaning out the kitchen sink known as nasmlib is a good
thing, too.
Diffstat (limited to 'output/outas86.c')
-rw-r--r-- | output/outas86.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/output/outas86.c b/output/outas86.c index 84acc53..f4d7bed 100644 --- a/output/outas86.c +++ b/output/outas86.c @@ -17,6 +17,7 @@ #include "nasm.h" #include "nasmlib.h" +#include "saa.h" #include "outform.h" #ifdef OF_AS86 |