From: Grzegorz J. <ja...@he...> - 2003-05-13 11:13:51
|
On Wed, 7 May 2003, Carsten Pfeiffer wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > On Tuesday 06 May 2003 23:58, you wrote: > > > _Obj* __restrict__ __result = *__my_free_list; > > > > I guess it doesn't like __restrict__, which seems to be a gcc extension to > > support "restricted pointers" of C99. > > FWIW, I just committed this fix: Thanks Grzegorz > > diff -u -p -B -w -r1.7 token.cc > - --- token.cc 23 Apr 2003 13:18:09 -0000 1.7 > +++ token.cc 7 May 2003 01:10:20 -0000 > @@ -799,6 +799,7 @@ static struct rw_table { > { "__extension__", token(EXTENSION) }, > { "__inline__", token(INLINE) }, > { "__restrict", token(Ignore) }, > + { "__restrict__", token(Ignore) }, > { "__signed", token(SIGNED) }, > { "__signed__", token(SIGNED) }, > #endif > > (and sorry for posting the other mail with the wrong from-address) > > Cheers > Carsten Pfeiffer > -----BEGIN PGP SIGNATURE----- > > iQEVAwUBPrhdHqWgYMJuwmZtAQFP+gf8CB5lT7HEOjKKO4E+ojhnfe2WTlIg71S8 > euT9CabI1mntbXsmhXUeapepE1VmYV7c4mr6Tz7p7X1vSiNrF8S/yVlVCDl8DWez > fZACGCBgLtm0lAjbEoWHtLwvIDvvNvvz8y3euiQPZhfA/ugQ3ZNe0HmGHGysNeUp > TJKFHjdTBEigzlNam5SLnjgNDJRFGz2wDpV8S4GoNIXZtXBCygt/UcKRTA9Tk8DU > JQO5Tx+qvr+rFZkTLI6IopXHkSNQEmKMPi5JecFJUR21Sp04dRZVFmK6segeRqEu > uATonYTceUnRWplLzZAqBB0bIa4kjFHlGc64jcbUSDIWQC4gLb4rJQ== > =k24k > -----END PGP SIGNATURE----- > > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara > The only event dedicated to issues related to Linux enterprise solutions > www.enterpriselinuxforum.com > > _______________________________________________ > Opencxx-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opencxx-users > > ################################################################## # Grzegorz Jakacki Huada Electronic Design # # Senior Engineer, CAD Dept. 1 Gaojiayuan, Chaoyang # # tel. +86-10-64365577 x2074 Beijing 100015, China # # Copyright (C) 2002 Grzegorz Jakacki, HED. All Rights Reserved. # ################################################################## |