From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ad317a1939529811,start X-Google-Attributes: gid103376,public From: David Shochat Subject: c2ada and "typedef unsigned char X;" Date: 1996/05/23 Message-ID: <31A4D0D2.6A34@itg-sepg.logicon.com>#1/1 X-Deja-AN: 156383519 content-type: text/plain; charset=us-ascii organization: Logicon Information Technology Group mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.01 (Win95; I) Date: 1996-05-23T00:00:00+00:00 List-Id: We have recently switched from Rational's cbind to the enhanced version, c2ada by Randy Hudson and Mitch Gart of Intermetrics. I'm fairly new to this version and I keep running into the following problem: c2ada (aka cbfe) reports a construct of the form: typedef unsigned char uchar_t; as a syntax error. This occurs, for example, in sys/types.h. I've studied the documentation (http://www.inmet.com/~mg/c2ada/c2ada.html), and although there seem to be lots of great things you can do in the Python config file, I didn't see anything about typedef's (maybe I missed it). If anyone knows how to solve this, I'd appreciate hearing about it. We're using Solaris 2, by the way. -- David