File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Where your dynamic-module-enabled Emacs build lies.
2- EMACS_BUILDDIR = /home/tromey/Emacs/dynamic-modules-branch
2+ EMACS_BUILDDIR = /home/tromey/Emacs/emacs
33
44LDFLAGS = -shared
55LIBS = -lffi -lltdl
Original file line number Diff line number Diff line change 11This is an FFI for Emacs. It is based on libffi and relies on the
2- dynamic modules work to be loaded into Emacs. It is relatively
3- full-featured, but for the time being low-level.
2+ dynamic modules work (available on the Emacs 25 branch) in order to be
3+ loaded into Emacs. It is relatively full-featured, but for the time
4+ being low-level.
45
56I'd appreciate your feedback, either via email or issues on github.
67
Original file line number Diff line number Diff line change 11
2- #include "emacs_module .h"
2+ #include "emacs-module .h"
33
44#include <ffi.h>
55#include <ltdl.h>
You can’t perform that action at this time.
0 commit comments