changeset 34258:6894bd47e0e0

(VERSION): Provide default definition, like etags.c does, because Windows build can't snarf this from version.el.
author Andrew Innes <andrewi@gnu.org>
date Wed, 06 Dec 2000 13:42:18 +0000
parents 8f4d667d32c2
children 3e91ae9e8c6f
files lib-src/ebrowse.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ebrowse.c	Wed Dec 06 13:40:28 2000 +0000
+++ b/lib-src/ebrowse.c	Wed Dec 06 13:42:18 2000 +0000
@@ -3477,6 +3477,10 @@
 /* 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 ()
 {