Hi, there is certainly an error in this source file:
http://pd-gem.cvs.sourceforge.net/*checkout*/pd-gem/Gem/src/openGL/GEMglMap1...
t_atom*argv should be 't_atom *argv'
Patrice Colet wrote:
Hi, there is certainly an error in this source file:
http://pd-gem.cvs.sourceforge.net/*checkout*/pd-gem/Gem/src/openGL/GEMglMap1...
t_atom*argv should be 't_atom *argv'
i don't know of any compiler that parses "t_atom*argv" differently as "t_atom *argv" or "t_atom* argv". in this case, the space is really redundant characger.
did you have any problems with it?
fgmasd.r IOhannes
On Mon, 21 Jan 2008, IOhannes m zmoelnig wrote:
Patrice Colet wrote:
Hi, there is certainly an error in this source file: http://pd-gem.cvs.sourceforge.net/*checkout*/pd-gem/Gem/src/openGL/GEMglMap1... t_atom*argv should be 't_atom *argv'
i don't know of any compiler that parses "t_atom*argv" differently as "t_atom *argv" or "t_atom* argv". in this case, the space is really redundant characger. did you have any problems with it?
if really it made a difference, it could be because of some issue with "make" and timestamps, because any change to a file would force it to get recompiled, make-wise.
_ _ __ ___ _____ ________ _____________ _____________________ ... | Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada