diff options
| author | Tyge Lovset <[email protected]> | 2023-04-01 21:19:26 +0200 |
|---|---|---|
| committer | Tyge Lovset <[email protected]> | 2023-04-01 21:19:26 +0200 |
| commit | b81d7e44bd84a3c8513980a71a06d939f44af16b (patch) | |
| tree | d8b5f4f7c6c85c75b1732c84aae129c6c1003158 /misc/examples/functor.c | |
| parent | 5693ae9ae0d1a18627ba540e0240da010b282296 (diff) | |
| download | STC-modified-b81d7e44bd84a3c8513980a71a06d939f44af16b.tar.gz STC-modified-b81d7e44bd84a3c8513980a71a06d939f44af16b.zip | |
Update of stc/extend.h
Diffstat (limited to 'misc/examples/functor.c')
| -rw-r--r-- | misc/examples/functor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/examples/functor.c b/misc/examples/functor.c index 45158cd1..7cc770d0 100644 --- a/misc/examples/functor.c +++ b/misc/examples/functor.c @@ -9,7 +9,7 @@ #define i_type IPQue #define i_val int -#define i_ext bool (*less)(const int*, const int*) +#define i_extend bool (*less)(const int*, const int*) #define i_less(x, y) c_getcon(self)->less(x, y) #define i_con cpque #include <stc/extend.h> |
