diff options
Diffstat (limited to 'vterm-module.c')
| -rw-r--r-- | vterm-module.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/vterm-module.c b/vterm-module.c index e5196ce..4da49e2 100644 --- a/vterm-module.c +++ b/vterm-module.c @@ -1,4 +1,4 @@ -#include <emacs-module.h> +#include "vterm-module.h" #include <fcntl.h> #include <pty.h> #include <stdio.h> @@ -10,14 +10,6 @@ #define MAX(x, y) (((x) > (y)) ? (x) : (y)) -/* Declare mandatory GPL symbol. */ -int plugin_is_GPL_compatible; - -struct Term { - VTerm *vt; - int masterfd; -}; - /* Bind NAME to FUN. */ static void bind_function(emacs_env *env, const char *name, emacs_value Sfun) { /* Set the function cell of the symbol named NAME to SFUN using |
