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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,71171f53c22d92b5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-21 07:52:14 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!feed.news.nacamar.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: C's trikery semantic opens up backdoor in new Linux kernel Date: Fri, 21 Nov 2003 16:34:17 +0100 Organization: AdaCL Message-ID: <27427869.cO6lCOVPY8@linux1.krischik.com> References: <3FB1A63C.9080200@nowhere.com> <7uqlrv4l846co3ear20eotlkaj2t6aioho@4ax.com> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1069429790 00 23120 UkO9VQRVTNxBMN+ 031121 15:49:50 X-Complaints-To: usenet-abuse@t-online.de X-ID: TbCSJaZlZeX73bBSWDQxfIYLDivoKpp5kskmqAvB3ZThh5C8cmMX6v User-Agent: KNode/0.7.2 Xref: archiver1.google.com comp.lang.ada:2815 Date: 2003-11-21T16:34:17+01:00 List-Id: Dave Thompson wrote: > There's nothing you can do with the C preprocessor that can't be done > directly in source -- because the preprocessor is a source-to-source Well you can redefine keywords: #define private public #define protected public #include <....> Well it is a C++ hack - but I guess you get the drift. With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com