Hi,
looks like parsing problem:
------------------------------------------------------------------
/* try1 */
#version 3.7;
global_settings {assumed_gamma 1}
box {0,1}
// #declare s_ = "a string to display"; // This works
#declare s_ = "----------------- DEBUG -----------------------------"; // This
not
#debug concat(s_, "\n")
#warning "end-of-file"
------------------------------------------------------------------
--
YB
Post a reply to this message
|