POV-Ray : Newsgroups : povray.beta-test : Missing parenthesis causes bad crash : Missing parenthesis causes bad crash Server Time
7 Jul 2024 06:59:17 EDT (-0400)
  Missing parenthesis causes bad crash  
From: clipka
Date: 25 Aug 2009 02:16:30
Message: <4a9381be$1@news.povray.org>
Can someone confirm a crash on the following code?

   #include "fubar.inc"
   Bar(42)
   #macro FooBar() #end

   //fubar.inc
   #macro Foo(Fnord) #end
   #macro Bar(Ignord) Foo(23 #end


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.