ack/lang/cem/cemcom.ansi
George Koehler 485faa2944 Remove extra conversion of shift count in ACK C.
Given `long long o1` and `unsigned int o2`, then `o1 << o2` was
converting o2 to long long and then to int.  Remove the first
conversion and just convert o2 to int.
2019-09-16 21:35:38 -04:00
..
align.h
arith.c
arith.h
atw.h
BigPars Add long long literals like 123LL to ACK C. 2019-09-04 22:14:38 -04:00
blocks.c
blocks.h
build.lua
cemcom.ansi.1 Add missing C compiler command line option. 2019-05-11 01:07:33 +08:00
ch3.c
ch3.h
ch3bin.c
ch3bin.h Better ANSI C compatibility and portability: 2019-02-19 00:54:23 +08:00
ch3mon.c
ch3mon.h
char.tab
class.h
code.c
code.str
conversion.c
conversion.h
cstoper.c
cstoper.h
dataflow.c
dataflow.h Better ANSI C compatibility and portability: 2019-02-19 00:54:23 +08:00
declar.g Add long long literals like 123LL to ACK C. 2019-09-04 22:14:38 -04:00
declar.str
declarator.c
declarator.h
decspecs.c
decspecs.h
def.str
domacro.c
domacro.h
dumpidf.c Add long long literals like 123LL to ACK C. 2019-09-04 22:14:38 -04:00
error.c Fix issue again with wrong macro on error. 2019-02-26 00:46:10 +08:00
error.h
estack.str
eval.c Add long long literals like 123LL to ACK C. 2019-09-04 22:14:38 -04:00
eval.h
expr.c
expr.str
expression.g
field.c
field.str Better ANSI C compatibility and portability: 2019-02-19 00:54:23 +08:00
file_info.h
fltcstoper.c
fltcstoper.h
idf.c Better ANSI C compatibility and portability: 2019-02-19 00:54:23 +08:00
idf.str
input.c Better ANSI C compatibility and portability: 2019-02-19 00:54:23 +08:00
input.h
interface.h
ival.g
l_brace.str Changed Header into Id 1994-06-27 08:03:14 +00:00
l_class.h
l_comment.c
l_comment.h
l_em.h
l_ev_ord.c
l_lint.c
l_lint.h
l_misc.c
l_outdef.c
l_outdef.str
l_state.str
l_states.c
label.c Better ANSI C compatibility and portability: 2019-02-19 00:54:23 +08:00
label.h
level.h
LLlex.c
LLlex.h
LLmessage.c Better ANSI C compatibility and portability: 2019-02-19 00:54:23 +08:00
macro.str
main.c
make.allocd
make.hfiles
make.next
make.tokcase
make.tokfile
mes.h
next.str Better ANSI C compatibility and portability: 2019-02-19 00:54:23 +08:00
options
options.c
options.h
pragma.c
pragma.h
program.g
proto.c
proto.main Link em_data.a as well (needed when producing readable EM 1997-04-01 13:58:58 +00:00
proto.make
proto.str
sizes.h
skip.c
skip.h
SmallPars
specials.h
stab.c
stab.h
stack.c
stack.str
statement.g
stb.c
stmt.str
struct.c
struct.str Better ANSI C compatibility and portability: 2019-02-19 00:54:23 +08:00
switch.c
switch.str
tokcase.sed
tokcasee.in
tokcaseh.in
tokenname.c
tokenname.h
type.c
type.str Begin to add long long to C compiler for linux386. 2019-09-02 11:24:44 -04:00
util.c
util.str