X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 05 Sep 2007 00:11:50 -0400 From: Ethan Rosenberg Subject: 1] Matching Braces 2] Error Message To: DJGPP List Message-id: <0JNV00764NODWF90@mta1.srv.hcvlny.cv.net> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT Reply-To: djgpp AT delorie DOT com Dear List - Thanks for all your help. 1] Is there any method that I can find the matching [brace, bracket, parenthases] in a program? If I put my cursor over a brace or parenthesis, sometimes it shows me the match, and sometimes not. 2] I get the following error message at the last line of a program "Expected declaration or statement at end of input". There are no other errors in the program. The program is in a file with a number of subroutines. Ethan