--* From SMWATT%WATSON.vnet.ibm.com@yktvmh.watson.ibm.com  Wed Oct  6 14:07:35 1993
--* Received: from yktvmh.watson.ibm.com by radical.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA14986; Wed, 6 Oct 1993 14:07:35 -0400
--* Received: from watson.vnet.ibm.com by yktvmh.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 1647; Wed, 06 Oct 93 14:13:29 EDT
--* Received: from YKTVMH by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.SMWATT.NOTE.VAGENT2.2304.Oct.06.14:13:28.-0400>
--*           for asbugs@watson; Wed, 06 Oct 93 14:13:29 -0400
--* Received: from YKTVMH by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id 2302; Wed, 6 Oct 1993 14:13:28 EDT
--* Received: from cyst.watson.ibm.com by yktvmh.watson.ibm.com (IBM VM SMTP V2R3)
--*    with TCP; Wed, 06 Oct 93 14:13:28 EDT
--* Received: from spadserv.watson.ibm.com by cyst.watson.ibm.com (AIX 3.2/UCB 5.64/900528)
--*   id AA17982; Wed, 6 Oct 1993 14:12:49 -0400
--* Received: by spadserv.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA12376; Wed, 6 Oct 1993 14:19:31 -0400
--* Date: Wed, 6 Oct 1993 14:19:31 -0400
--* From: smwatt@spadserv.watson.ibm.com (Stephen Watt)
--* X-External-Networks: yes
--* Message-Id: <9310061819.AA12376@spadserv.watson.ibm.com>
--* To: asbugs@watson.ibm.com
--* Subject: Error points to comment before naked elseif, rather than to the elseif line [include2.as][v31.0]

--@ Fixed  by:  SSD   Wed Sep 28 12:36:03 EDT 1994 
--@ Tested by:  include2.as 
--@ Summary:    Error message now correctly points to the elseif. 


--+ --> testerrs
--+
--+ --% Include2: Simple including errors
--+
--+ -- Use incl/includeB to reinclude this file.
--+ #include "incl/includeB.as"
--+
--+ -- Try to include a non-existent file.
--+ #include "nonexistent.as"
--+
--+ -- Elses out of context
--+ #elseif
--+ #else
--+
--+ -- Unrecognized system command in excluded lines
--+ #if NoWay
--+ nnn
--+ #elif YesWay
--+ yyy
--+ #endif
--+
--+ -- No endif
--+ #if Asserted
--+ #else
--+ -- End of file
--> testerrs

--% Include2: Simple including errors

-- Use incl/includeB to reinclude this file.
#include "incl/includeB.as"

-- Try to include a non-existent file.
#include "nonexistent.as"

-- Elses out of context
#elseif
#else

-- Unrecognized system command in excluded lines
#if NoWay
nnn
#elif YesWay
yyy
#endif

-- No endif
#if Asserted
#else
-- End of file
 
