aboutsummaryrefslogtreecommitdiff
path: root/libmg2d.v
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-11-27 11:32:58 +0100
committerAnton Khirnov <anton@khirnov.net>2018-11-28 17:33:35 +0100
commit469823efa670590f9847373b772534b393be1d89 (patch)
treee19f218dcca467c77b3705374f9f2d2e6558083b /libmg2d.v
parentfe9ca236396f16bc4d22521eee20e71ea5febac2 (diff)
Finish support for 4th order accuracy.
ABI and API break.
Diffstat (limited to 'libmg2d.v')
-rw-r--r--libmg2d.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmg2d.v b/libmg2d.v
index 50ee8ca..271d7eb 100644
--- a/libmg2d.v
+++ b/libmg2d.v
@@ -1,4 +1,4 @@
-LIBMG2D_0 {
+LIBMG2D_1 {
global: mg2d_*;
local: *;
};