Date: Sat, 24 Feb 1996 14:48:32 +1030 (CST) From: Michael Smith <msmith@atrad.adelaide.edu.au> To: coredump@nervosa.com (invalid opcode) Cc: dwhite@resnet.uoregon.edu, mns@td.lpi.ac.ru, questions@freebsd.org Subject: Re: Video conflicts with WHAT? Help! Message-ID: <199602240418.OAA26228@genesis.atrad.adelaide.edu.au> In-Reply-To: <Pine.BSF.3.91.960223172405.1538B-100000@nervosa.com> from "invalid opcode" at Feb 23, 96 05:24:22 pm
next in thread | previous in thread | raw e-mail | index | archive | help
invalid opcode stands accused of saying: > > On Fri, 23 Feb 1996, Doug White wrote: > > static Port_t likely_com_ports[] = { 0x3f8, 0x2f8, 0x3e8, }; > > > > Notice the last item has been deleted. > > Doug White | University of Oregon > > notice you left the ',' there :P The comma is necessary; it terminates the list with an implicit zero. The original has a trailing comma as well. > == Chris Layne ============================================================== -- ]] Mike Smith, Software Engineer msmith@atrad.adelaide.edu.au [[ ]] Genesis Software genesis@atrad.adelaide.edu.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control (ph/fax) +61-8-267-3039 [[ ]] Collector of old Unix hardware. "Where are your PEZ?" The Tick [[
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602240418.OAA26228>