[Tinycc-devel] function and variable asm label (was "Get a token from char *")

2011-02-08 Thread Thomas Preud'homme
Le mardi 08 février 2011 18:03:57, Thomas Preud'homme a écrit : > Le mardi 08 février 2011 17:51:01, grischka a écrit : > > Thomas Preud'homme wrote: > > > The scheme used in my patch is to only use the C token while compiling > > > and then linking against the asm label at link time. > > > > But

Re: [Tinycc-devel] latest mob broken on typedefs

2011-02-08 Thread Aharon Robbins
I did a git pull and it's working fine for me now. Much thanks! Arnold > From: "Thomas Preud'homme" > To: tinycc-devel@nongnu.org > Subject: Re: [Tinycc-devel] latest mob broken on typedefs > Date: Mon, 7 Feb 2011 23:41:02 +0100 > > Le lundi 07 f?vrier 2011 22:04:48, Aharon Robbins a ?crit : >

Re: [Tinycc-devel] Get a token from char *

2011-02-08 Thread Thomas Preud'homme
Le mardi 08 février 2011 17:51:01, grischka a écrit : > Thomas Preud'homme wrote: > > The scheme used in my patch is to only use the C token while compiling > > and then linking against the asm label at link time. > > But you want to convert the asm label into a token too (see topic > of the mail)

Re: [Tinycc-devel] Get a token from char *

2011-02-08 Thread grischka
Thomas Preud'homme wrote: The scheme used in my patch is to only use the C token while compiling and then linking against the asm label at link time. But you want to convert the asm label into a token too (see topic of the mail). Which made me wonder whether that is necessary if it is never u

Re: [Tinycc-devel] Get a token from char *

2011-02-08 Thread Thomas Preud'homme
Le mardi 08 février 2011 14:29:04, grischka a écrit : > Thomas Preud'homme wrote: > > Hello all, > > > > Is there a function to get the token from a supplied string, something > > whose prototype would be: int get_tok_from_str(char *str)? > > I made an improvement of my commit about assembly funct

Re: [Tinycc-devel] Get a token from char *

2011-02-08 Thread grischka
Thomas Preud'homme wrote: Hello all, Is there a function to get the token from a supplied string, something whose prototype would be: int get_tok_from_str(char *str)? I made an improvement of my commit about assembly function label (commit 9b09fc3) but when I wanted to push it a conflict made