Commit Graph

23 Commits

Author SHA1 Message Date
Peter De Wachter
c968f1bed4 evaluateOperand takes only a single argument 2016-01-23 21:21:25 +01:00
Peter De Wachter
086027b1b5 XXX Missing parameter in call to assembleStatementBody
assembleStatementBody has five parameters:

assembleStatementBody(kind, body, cumulativeLineNumber, worryAboutIf, ifFixupList)
  statementKindType       kind;
  statementBodyType       body;
  int                     cumulativeLineNumber;
  bool                    worryAboutIf;
  simpleFixupListType   **ifFixupList;

but here it is called with only four. The third parameter is missing.
I randomly inserted a 0.
2016-01-23 21:21:22 +01:00
Peter De Wachter
2306979620 expandExpression takes two arguments 2016-01-23 21:21:22 +01:00
Peter De Wachter
19d7cb724c Convert macross listing functions to varargs 2016-01-23 21:21:22 +01:00
Peter De Wachter
0e03424ec1 moreLabel is always used with one argument 2016-01-23 21:21:22 +01:00
Peter De Wachter
ad1aa82bcd Avoid C++ style comments
protoize chokes on them
2016-01-23 21:21:18 +01:00
Peter De Wachter
c594490db9 Convert macross error-handling functions to varargs 2016-01-23 17:37:55 +01:00
Peter De Wachter
e8b97b38d7 assembleStatement: fix use-after-free 2016-01-23 16:35:02 +01:00
Peter De Wachter
8e5376efd9 Add missing <string.h> includes 2016-01-23 16:07:37 +01:00
Peter De Wachter
dfaf049859 Include <string.h> instead of <strings.h> 2016-01-23 16:07:37 +01:00
Peter De Wachter
ff868a98cb Use standard malloc 2016-01-23 16:07:37 +01:00
Peter De Wachter
7fb5312423 Use extern keyword in declarations of arrays with unspecified size 2016-01-23 16:07:37 +01:00
Michael Martin
0c3b134ab9 Update source-to-header dependencies 2016-01-23 04:04:14 -08:00
Michael Martin
6e13fae5a5 Remove circular dependency 2016-01-23 03:51:43 -08:00
Michael Martin
cbad3bfb15 Move Macross's local extern function references into ANSI C headers full of prototypes 2016-01-23 03:51:29 -08:00
Michael Martin
75ff8459e5 Function prototypes for semanticMisc.c 2016-01-23 01:08:06 -08:00
Michael Martin
bca47ce3e1 Use bison as the default yacc 2016-01-23 00:36:58 -08:00
Michael Steil
4bed39833e added license headers and README.md 2016-01-21 22:02:21 +01:00
Michael Steil
827cd91ead Don't define BYTESWAPPED, so we output correct little endian for 6502
BYTESWAPPED was defined because macross targeted SunOS on SPARC.
2014-06-18 12:55:06 -04:00
Michael Steil
41abf82cae Fixed macross and slinky to compile with clang 3.3 for i386 Mac OS X 2014-05-03 22:47:33 -07:00
Michael Steil
b259671c6d Removed all build output by running "make cleanup" in "." and "slinky" directories 2014-05-03 22:32:22 -07:00
Michael Steil
310cb38894 Renamed DOC to DOC.txt to avoid conflict with directory doc on case insensitive file systems 2014-05-03 22:23:35 -07:00
Michael Steil
98a36557e4 Initial commit from macross.tar.gz
MD5 (macross.tar.gz) = 4ecb4a6e015b11fef043fe78d1eedb61
2014-05-03 22:20:34 -07:00