Files
retrobsd/src
Alexey Frunze b652f52cb6 Smaller C: Improve pointer initialization
The following global/static pointer initialization should now work:

static char* p1 = "abc" + 1;
static char* p2 = "abc" - 1;
static char* p3 = 1 + "abc";
static int a333[3][3][3];
static int* pa333_111 = &a333[1][1][1];

Other seemingly (and in fact actually) functionality preserving changes
are only to reduce code size when self compiling for DOS using -seg16.
Improvements and fixes require space, sigh.
2014-04-26 15:53:41 -07:00
..
2014-04-09 14:27:18 +01:00
2014-04-09 14:27:18 +01:00
2014-04-09 14:27:18 +01:00
2014-04-09 14:27:18 +01:00
2014-04-09 14:27:18 +01:00
2014-04-19 11:46:17 +01:00
2014-04-09 14:27:18 +01:00
2014-04-09 14:27:18 +01:00
2014-04-09 14:27:18 +01:00
2014-04-09 14:27:18 +01:00