Re: symbol.h fix for ARM

2005-11-13 Thread Marco Gerards
Timothy Baldwin <[EMAIL PROTECTED]> writes: > On Sunday 13 Nov 2005 21:04, Marco Gerards wrote: >> Timothy Baldwin <[EMAIL PROTECTED]> writes: >> > In ARM GAS syntax "@" marks the start of comment, which breaks symbol.h. >> > I choose double quotes as a replacement as they can't be used to start >

Re: symbol.h fix for ARM

2005-11-13 Thread Timothy Baldwin
On Sunday 13 Nov 2005 21:04, Marco Gerards wrote: > Timothy Baldwin <[EMAIL PROTECTED]> writes: > > In ARM GAS syntax "@" marks the start of comment, which breaks symbol.h. > > I choose double quotes as a replacement as they can't be used to start > > comments. > > > > 2005-11-13 Timothy Baldwin

Re: symbol.h fix for ARM

2005-11-13 Thread Marco Gerards
Timothy Baldwin <[EMAIL PROTECTED]> writes: > In ARM GAS syntax "@" marks the start of comment, which breaks symbol.h. I > choose > double quotes as a replacement as they can't be used to start comments. > > 2005-11-13 Timothy Baldwin <[EMAIL PROTECTED]> > > Fix symbol.h for ARM. > >

symbol.h fix for ARM

2005-11-13 Thread Timothy Baldwin
In ARM GAS syntax "@" marks the start of comment, which breaks symbol.h. I choose double quotes as a replacement as they can't be used to start comments. 2005-11-13 Timothy Baldwin <[EMAIL PROTECTED]> Fix symbol.h for ARM. * include/grub/symbol.h: (FUNCTION): Use double quotes