diff options
author | Ed Beroset <beroset@mindspring.com> | 2002-05-17 10:38:23 +0000 |
---|---|---|
committer | Ed Beroset <beroset@mindspring.com> | 2002-05-17 10:38:23 +0000 |
commit | 7da2ba3dcda95e80d9d7dca453673b44506eb811 (patch) | |
tree | 33af9e13eda0cdca04efb1125e22c0a71a4fdb0d | |
parent | 77a036e2135258a8cee158dbe24908ab045aac3d (diff) | |
download | nasm-7da2ba3dcda95e80d9d7dca453673b44506eb811.tar.gz nasm-7da2ba3dcda95e80d9d7dca453673b44506eb811.tar.bz2 nasm-7da2ba3dcda95e80d9d7dca453673b44506eb811.zip |
Recorded recent work on preproc.c
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-05-16 Ed Beroset <beroset@mindspring.com> + * (preproc.c): fixed unterminated macro bug error reporting + * (nasmlib.h): changed strdup's arg to const char * + * (nasmlib.c): changed strdup's arg to const char * + 2002-05-12 Debbie Wiles <debs@dwiles.demon.co.uk> * (insns.dat): fixed incorrect processor flags * (Mkfiles/Makefile.vc): added optimisation, and changed to work with 0.98.31 |