(VERSION): Provide default definition, like etags.c
authorAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 13:42:18 +0000 (13:42 +0000)
committerAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 13:42:18 +0000 (13:42 +0000)
does, because Windows build can't snarf this from version.el.

lib-src/ebrowse.c

index 7bceae9..76d798d 100644 (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 ()
 {