mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-15 18:26:36 -04:00
(VERSION): Provide default definition, like etags.c
does, because Windows build can't snarf this from version.el.
This commit is contained in:
parent
8cba0ed749
commit
2fe9a71c60
|
|
@ -3477,6 +3477,10 @@ usage (error)
|
|||
/* Display version and copyright info. The VERSION macro is set
|
||||
from the Makefile and contains the Emacs version. */
|
||||
|
||||
#ifndef VERSION
|
||||
# define VERSION "21"
|
||||
#endif
|
||||
|
||||
void
|
||||
version ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue