(VERSION): Provide default definition, like etags.c

does, because Windows build can't snarf this from version.el.
This commit is contained in:
Andrew Innes 2000-12-06 13:42:18 +00:00
parent 8cba0ed749
commit 2fe9a71c60

View file

@ -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 ()
{