Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/misc/bb/files/patch-formulas.h
42635 views
1
--- formulas.h.orig 2001-04-09 13:00:19 UTC
2
+++ formulas.h
3
@@ -50,7 +50,7 @@ struct formula {
4
#define FORMULAMAGIC 1121
5
struct formula {
6
int magic;
7
- int (*calculate) (number_t, number_t, number_t, number_t) REGISTERS(3);
8
+ int (*calculate) (number_t, number_t, number_t, number_t);
9
char *name[2];
10
vinfo v;
11
int mandelbrot;
12
13