(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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue