[Citadel Development] Re: [SCM] citadel.org branch, master, updated. 2063519eeba1e97c13732f061faea42556e9488b

2011-04-06 Thread IGnatius T Foobar
I'm probably the wrong person to ask.  I think everyone should be running
Linux. 
 


[Citadel Development] Re: [SCM] citadel.org branch, master, updated. 2063519eeba1e97c13732f061faea42556e9488b

2011-04-06 Thread dothebart



Mi Apr 06 2011 08:55:10 EDT von   IGnatius T Foobar @ Uncensored  Betreff: Re: [SCM] citadel.org branch, master, updated. 2063519eeba1e97c13732f061faea42556e9488b

According to what I'm reading it doesn't work on Solaris (with Sun's compiler, not gcc).


isn't that next to the age of Visual C++ and fading in relevance meanwhile?




[Citadel Development] Re: [SCM] citadel.org branch, master, updated. 2063519eeba1e97c13732f061faea42556e9488b

2011-04-06 Thread samjam

On 06/04/11 10:38, dothebart wrote:


Di Apr 05 2011 12:39:14 EDTvon "ajc" 
Betreff: [SCM] citadel.org branch, master, updated.
2063519eeba1e97c13732f061faea42556e9488b

Push to the project "citadel.org ": The branch, master has been
updated
via 2063519eeba1e97c13732f061faea42556e9488b (commit)
from 7b25397a71281e53fc9aec4cca4a63d07e2658d8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log
-

http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=2063519eeba1e97c13732f061faea42556e9488b
commit 2063519eeba1e97c13732f061faea42556e9488b
Author: Art Cancro 
Date: Tue Apr 5 12:39:09 2011 -0400

Remove all uses of __FUNCTION__ because it is not portable

---

are you trying to achieve Visual Studio 6 compileability? I know this 
macro isn't portable, but most modern compilers offer it.


I'm pretty sure that on GCC it isn't really a macro either - certainly 
you can't paste it to other symbols, and I'm pretty sure it's left 
behind after the CPP has finished its work.


Sam


[Citadel Development] Re: [SCM] citadel.org branch, master, updated. 2063519eeba1e97c13732f061faea42556e9488b

2011-04-06 Thread IGnatius T Foobar
According to what I'm reading it doesn't work on Solaris (with Sun's compiler,
not gcc). 
 


[Citadel Development] Re: [SCM] citadel.org branch, master, updated. 2063519eeba1e97c13732f061faea42556e9488b

2011-04-06 Thread dothebart


 

Di Apr 05 2011 12:39:14 EDTvon  "ajc"  Betreff: [SCM] citadel.org branch, master, updated. 2063519eeba1e97c13732f061faea42556e9488b
Push to the project "citadel.org ": The branch, master has been updatedvia  2063519eeba1e97c13732f061faea42556e9488b (commit)from  7b25397a71281e53fc9aec4cca4a63d07e2658d8 (commit)Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.- Log -http://code.citadel.org/cgit.cgi/git.citadel.org/commit/?id=2063519eeba1e97c13732f061faea42556e9488bcommit 2063519eeba1e97c13732f061faea42556e9488bAuthor: Art Cancro Date:   Tue Apr 5 12:39:09 2011 -0400Remove all uses of __FUNCTION__ because it is not portable---

are you trying to achieve Visual Studio 6 compileability? I know this macro isn't portable, but most modern compilers offer it.