mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
7209c61912
Run the assignment expression through fold_constants to handle any necessary conversions and error checking.
4 lines
40 B
R
4 lines
40 B
R
void foo (void)
|
|
{
|
|
local float x = 0;
|
|
}
|