Mercurial > hg > xemacs-beta
diff src/filelock.c @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 3bb7ccffb0c0 |
children | 3d6bfa290dbd |
line wrap: on
line diff
--- a/src/filelock.c Mon Aug 13 09:49:11 2007 +0200 +++ b/src/filelock.c Mon Aug 13 09:50:14 2007 +0200 @@ -31,8 +31,9 @@ #include "syspwd.h" #include "syssignal.h" /* for kill */ - -#ifdef CLASH_DETECTION +#ifndef CLASH_DETECTION +#error CLASH_DETECTION is not defined?? +#endif /* FSFmacs uses char *lock_dir and char *superlock_file instead of the Lisp variables we use. */ @@ -544,5 +545,3 @@ #endif /* All the rest done dynamically by startup.el */ } - -#endif /* CLASH_DETECTION */