From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: annamalai.gurusami@gmail.com Newsgroups: gmane.emacs.help Subject: ebrowse: building BROWSE file Date: 26 Jul 2005 00:01:17 -0700 Organization: http://groups.google.com Message-ID: <1122358797.920502.288170@g49g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1122361623 26458 80.91.229.2 (26 Jul 2005 07:07:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Jul 2005 07:07:03 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 26 09:07:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DxJWn-00071d-DI for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jul 2005 09:07:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DxJZ7-0000Xh-P4 for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jul 2005 03:09:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g49g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 61.95.163.2 Original-X-Trace: posting.google.com 1122361284 496 127.0.0.1 (26 Jul 2005 07:01:24 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 26 Jul 2005 07:01:24 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g49g2000cwa.googlegroups.com; posting-host=61.95.163.2; posting-account=psraHQ0AAAD4wpkfIJfPLacKCclys9qX Original-Xref: shelby.stanford.edu gnu.emacs.help:132671 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:28193 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28193 Hi All, In the C++ source tree that I am working on we have a #define as follows (logically) #define BlzDLL #define BlzClass class BlzDLL Because of this all the source files that defines a class would be like this BlzClass SomeClass { }; Because of this ebrowse is not working correctly. Is it possible for me to instruct ebrowse to preprocess a certain set of pre-defined macros (like the way doxygen does)? Any help much appreciated. Rgds, anna