From 3710c23789342d9d88783cbe9ad23eb5263a7c33 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 7 Aug 2020 03:02:55 +0000 Subject: CTAN sync 202008070302 --- graphics/asymptote/runsystem.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'graphics/asymptote/runsystem.in') diff --git a/graphics/asymptote/runsystem.in b/graphics/asymptote/runsystem.in index 03025d1bd2..306b332ea1 100644 --- a/graphics/asymptote/runsystem.in +++ b/graphics/asymptote/runsystem.in @@ -40,7 +40,7 @@ function *breakpointFunction() primCode()); } -void clear(string file, Int line, bool warn=false) +void clear(string file, Int line, bool warn=false) { bpinfo bp(file,line); for(mem::list::iterator p=bplist.begin(); p != bplist.end(); ++p) { @@ -104,7 +104,7 @@ void exitFunction(stack *Stack) // Autogenerated routines: -string outname() +string outname() { return outname(); } @@ -226,10 +226,10 @@ Int convert(string args=emptystring, string file=emptystring, "your ImageMagick convert utility"); if(oldPath != NULL) setPath(oldPath); - + if(ret == 0 && verbose > 0) cout << "Wrote " << (file.empty() ? name : file) << endl; - + return ret; } @@ -246,7 +246,7 @@ Int animate(string args=emptystring, string file=emptystring, cmd.push_back(name); return System(cmd,0,false,"animate","your animated GIF viewer"); } -#endif +#endif return 0; } -- cgit v1.2.3