projects
/
imager.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add new comparison method rgb_difference that resembles arithmetical difference per...
[imager.git]
/
stackmach.h
diff --git
a/stackmach.h
b/stackmach.h
index 20c3133190a07d37cda40b3a1b2cc98f19bfed8a..d70572b227e7a1583492f9c2b282671a7bc2299f 100644
(file)
--- a/
stackmach.h
+++ b/
stackmach.h
@@
-14,7
+14,7
@@
enum ByteCodes {
bcCos
};
-double op_run(int codes[], size_t code_size, double parms[], size_t parm_size);
+double
i_
op_run(int codes[], size_t code_size, double parms[], size_t parm_size);
/* op_run(fx, sizeof(fx), parms, 2)) */