Be slightly more forgiving about the nature of SVN_REV; bob will be

reliable at defining it, and it's useful to be able to pass `1234M'-
type revisions in for testing purposes.

[originally from svn r7221]
This commit is contained in:
Simon Tatham 2007-02-05 08:02:53 +00:00
Родитель 9951498e63
Коммит 0a4bb7e711
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -45,7 +45,7 @@
/* Make SVN_REV mandatory for snapshots, to avoid issuing binary
* version numbers that look like full releases. */
#if (!defined SVN_REV) || (SVN_REV == 0)
#ifndef SVN_REV
#error SVN_REV not defined/nonzero for snapshot build
#endif