]> Shamusworld >> Repos - rmac/commit - macro.c
Code cleanup and prepartion for 64-bit host fixes
authorShamus Hammons <jlhamm@acm.org>
Fri, 23 Nov 2012 16:39:09 +0000 (10:39 -0600)
committerShamus Hammons <jlhamm@acm.org>
Fri, 23 Nov 2012 16:39:09 +0000 (10:39 -0600)
commit49cce96fba11282e4244187f15be418d5ae5bb8d
tree510f6b41ca151f59d2b4b9b6d78cb376ef0661be
parenta057cc27cce291fdaab541a7f3c0cb2247edaae1
Code cleanup and prepartion for 64-bit host fixes

I removed a few functions that are better off being handled by the
native system libraries (malloc for amem, strdup for nstring). Also,
cleaned up files in preparation for removing pointers from the token
stream--which is preventing RMAC from working on 64-bit systems.
18 files changed:
.gitignore [new file with mode: 0644]
direct.c
direct.h
expr.c
expr.h
macro.c
macro.h
mark.c
procln.c
rmac.c
rmac.h
sect.c
sect.h
symbol.c
symbol.h
token.c
token.h
version.h