* src/emacs-module.h.in: Use @emacs_major_version@ for current env.
This commit is contained in:
parent
ee914051fb
commit
232a36f17e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
/* Current environment. */
|
||||
typedef struct emacs_env_27 emacs_env;
|
||||
typedef struct emacs_env_@emacs_major_version@ emacs_env;
|
||||
|
||||
/* Opaque pointer representing an Emacs Lisp value.
|
||||
BEWARE: Do not assume NULL is a valid value! */
|
||||
|
|
Loading…
Add table
Reference in a new issue