amacc icon indicating copy to clipboard operation
amacc copied to clipboard

Improve portability by adding ssize_t and long types

Open jserv opened this issue 6 years ago • 0 comments

Since AMaCC was influenced by c4 design, it assumed 32-bit target. However, it is confusing while 64-bit targets are considered.

There were preliminary patches for proposed portability changes:

Expected output:

  1. Adopt the previous changes to AMaCC;
  2. Ensure both 32-bit and 64-bit compatibility;

jserv avatar Mar 17 '19 03:03 jserv