ioef/code/tools/lcc/src
Jun Woong 8469c40c2b Stop LCC from warning about null pointer conversion to function pointer
Fixed LCC to correctly diagnose expressions with NPC. It no longer reports messages such as

    warning: conversion from `pointer to void' to `pointer to void function(void)' is compiler dependent
2015-01-06 23:43:04 -06:00
..
alloc.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
bind.c * Removed the last of the binary target stuff from lcc (hopefully) 2005-11-02 16:05:14 +00:00
bytecode.c Bug 5146 - Remove last of warnings under gcc 4.6.1 for Linux, patch by q3urt.undead@gmail.com 2011-08-05 13:33:15 +00:00
c.h Stop LCC from warning about null pointer conversion to function pointer 2015-01-06 23:43:04 -06:00
config.h * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
dag.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
dagcheck.md * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
decl.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
enode.c Stop LCC from warning about null pointer conversion to function pointer 2015-01-06 23:43:04 -06:00
error.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
event.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
expr.c Stop LCC from warning about null pointer conversion to function pointer 2015-01-06 23:43:04 -06:00
gen.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
init.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
inits.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
input.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
lex.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
list.c REFACTOR [a vs an] 2012-06-18 16:31:16 +00:00
main.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
null.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
output.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
prof.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
profio.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
simp.c Fixed some compiler warnings in lcc...mostly "long double" stuff. 2005-11-28 09:53:09 +00:00
stmt.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
string.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
sym.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
symbolic.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
token.h * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
trace.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
tree.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00
types.c * Moved lcc and q3asm into code/tools 2005-10-04 15:18:22 +00:00