From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9096e87e7b284f7309013ec8f797aa7b@centurytel.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] stdio.h va_list declarations From: "Skip Tavakkolian" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Date: Wed, 9 Oct 2002 09:20:41 -0400 Topicbox-Message-UUID: 0205ff0c-eacb-11e9-9e20-41e7f4b1d025 > No it's not. It's complaining that it has > no idea what a va_list is, so it thinks it's > a variable name. Did you include u.h? Thanks. I am trying to compile Kaffe, which presumably compiled correctly under 3/ed. Things have moved around a bit or it is my configuration. > > (Va_list and ... mean different things; > compare printf and vprintf.) I knew that ☺ Thanks. I was too focused on keeping the compiler happy and '...' is inclusive of va_list (or whatever type). It is a bad habit.