]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 7bceae94c340548c1d2eb72874fd9c25de561e89..76d798de4699bc22701d7c877929e10b878f697d 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 ()
 {