diff options
| author | Andrew Innes | 2000-12-06 13:42:18 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-12-06 13:42:18 +0000 |
| commit | 2fe9a71c600d76b89d161bc7b30fbf4fc4e6cc93 (patch) | |
| tree | 13c251393d829f8e4a6c0dafcb92d1d46dced292 /lib-src/ebrowse.c | |
| parent | 8cba0ed7491423afdfd0ecc6e15dbf6e01a391d4 (diff) | |
| download | emacs-2fe9a71c600d76b89d161bc7b30fbf4fc4e6cc93.tar.gz emacs-2fe9a71c600d76b89d161bc7b30fbf4fc4e6cc93.zip | |
(VERSION): Provide default definition, like etags.c
does, because Windows build can't snarf this from version.el.
Diffstat (limited to 'lib-src/ebrowse.c')
| -rw-r--r-- | lib-src/ebrowse.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 7bceae94c34..76d798de469 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c | |||
| @@ -3477,6 +3477,10 @@ usage (error) | |||
| 3477 | /* Display version and copyright info. The VERSION macro is set | 3477 | /* Display version and copyright info. The VERSION macro is set |
| 3478 | from the Makefile and contains the Emacs version. */ | 3478 | from the Makefile and contains the Emacs version. */ |
| 3479 | 3479 | ||
| 3480 | #ifndef VERSION | ||
| 3481 | # define VERSION "21" | ||
| 3482 | #endif | ||
| 3483 | |||
| 3480 | void | 3484 | void |
| 3481 | version () | 3485 | version () |
| 3482 | { | 3486 | { |