diff options
| author | grischka <grischka> | 2013-07-24 17:06:13 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2013-07-24 17:06:13 +0200 |
| commit | 69c2e7f96c95ba088657ce8bb9754c12c3e89397 (patch) | |
| tree | 0a546c8445dc6c747b0de54c34110471c21311e7 /tccpe.c | |
| parent | 8c033a1461b743238bbfbc1bb8ef55909378f284 (diff) | |
| download | tinycc-69c2e7f96c95ba088657ce8bb9754c12c3e89397.tar.gz tinycc-69c2e7f96c95ba088657ce8bb9754c12c3e89397.tar.bz2 | |
tccgen: fix crash with undeclared struct
... as in:
#include<stdio.h>
int main()
{
struct asdasd x;
printf("%d\n", sizeof(x));
}
This fixes commit 17571298f30bf204fafe9cf1aca5258d2d087d63
Diffstat (limited to 'tccpe.c')
0 files changed, 0 insertions, 0 deletions
