Xref: news2.mv.net comp.os.msdos.djgpp:3052 From: Kevin Baca Newsgroups: comp.os.msdos.djgpp Subject: [Q] eliminating underbars Date: 24 Apr 1996 16:51:31 GMT Organization: BlueSky Software Lines: 9 Message-ID: <4llm6j$6gk@solnews.solsource.net> NNTP-Posting-Host: kbaca.skygames.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I'd like to globally eliminate underbars from the assembly output of DJGPP V2. GCC 2.7.2 under Linux produces no underbars, while GCC 2.7.2 under dos does. I started using the asm() directive in my declarations, but that's a little messy and makes my code non-portable. Is there a fix for this problem? -Kevin