]> git.imager.perl.org - imager.git/blobdiff - stackmach.c
allow Imager::IO->new_buffer() to accept a reference
[imager.git] / stackmach.c
index fa526429e8b260e97a62974661aa0c1641d8c169..d996e054da9736b00a71ad46a7c13f7d567630f6 100644 (file)
@@ -1,7 +1,7 @@
 #include "stackmach.h"
 
 double
-op_run(int codes[], size_t code_size, double parms[], size_t parm_size) {
+i_op_run(int codes[], size_t code_size, double parms[], size_t parm_size) {
   double stack[100];
   double *sp = stack;