> -----Original Message----- > From: [email protected] [mailto:ql-users- > [email protected]] On Behalf Of gdgqler > Sent: 12 December 2010 18:04 > To: [email protected] > Subject: Re: [Ql-Users] C68 Symbol naming > > > On 12 Dec 2010, at 00:18, Peter Graf wrote: > > > > > is there an option to keep the C68 (Cross-) Compiler from adding an > > Underscore prefix to the symbol names in object code? > > I do not know of one. > > George > _______________________________________________ > QL-Users Mailing List > http://www.q-v-d.demon.co.uk/smsqe.htm
There is no such option (although it might be easy to add one). The reason that the underscore is added to all symbol names used by the user is so that there is no chance of them colliding with the internal names generated by the compiler within a module at the assembler level. Dave Walker Tel: +44 (0)1707 652791 Mob: +44 (0)7999 218953 Web: http://www.itimpi.com Skype: itimpi _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm
