home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!digex.com!tstark
- From: tstark@access.digex.com (Timothy M. Stark)
- Newsgroups: comp.sys.amiga.programmer
- Subject: A bug in SAS/C 6.0
- Date: 1 Jan 1993 20:27:57 GMT
- Organization: Express Access Online Communications, Greenbelt, MD USA
- Lines: 41
- Distribution: world
- Message-ID: <1i29gdINN2he@mirror.digex.com>
- NNTP-Posting-Host: access.digex.com
-
- Hello Everyone:
-
- I discovered that bug in the compiler. I implemented a few typedef
- statements into my program and set up double-link variables. I tried compile
- it but it displayed the strange message error:
-
- Missing closed bracket!
-
- This bug program:
-
- #include <stdio.h>
-
- typedef struct bug1 {
- bug2 *bugb;
- } bug1;
-
- typedef struct bug2 {
- bug1 *buga;
- } bug2;
-
-
- This program cause the compiler confusing and it displayed the strange
- message - Missing closed bracket (']'). I looked for the open bracket
- character but it is not in my program!
-
- Do you have any bug fixes about my program or is it a bug in the compiler?
- If so, please let me know as soon as possible before I will send e-mail to
- the technical support dept. Thanks! Is it the bug fix in SAS/C 6.1 patches?
-
- I have SAS/C 6.1 patches here. I tried to patch them to my SAS/C 6.0 diskettes
- (backup diskettes) but they complaint that not enough memory in my Amiga
- computer ( 512K chip ram and 512K fast ram).
-
- -- Tim Stark
-
-
- --
- Timothy Stark Internet1: tstark@access.digex.com (Preferred)
- 837 North Van Dorn St Internet2: tstark@netcom.com
- Alexandria, Va. 22304-2723 TDD: (703) 212-9731 Pager: (703) 702-4078
- "Washington, DC is the most deaf population!! -- Gallaudet University"
-