From 7edeed5a4fae0199a65dc724c2c131d4d120bf28 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 5 Oct 2004 11:05:26 +0200 Subject: strip out c99-isms for msvc --- base/memory.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'base/memory.c') diff --git a/base/memory.c b/base/memory.c index 88102d00..b0858383 100644 --- a/base/memory.c +++ b/base/memory.c @@ -39,11 +39,11 @@ static fz_memorycontext defmem = { stdmalloc, stdrealloc, stdfree }; static fz_memorycontext *curmem = &defmem; fz_error fz_koutofmem = { - .msg = {"out of memory"}, - .func = {""}, - .file = {"memory.c"}, - .line = 0, - .frozen = 1 + {"out of memory"}, + {""}, + {"memory.c"}, + 0, + 1 }; fz_memorycontext * -- cgit v1.2.3