From e065a56e2d6322cba165ceb5c1d46cc59c5a5148 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 10 May 1992 18:15:10 +0000 Subject: *** empty log message *** --- src/filelock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filelock.c') diff --git a/src/filelock.c b/src/filelock.c index 7a473753e58..b76ee689d55 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -65,7 +65,7 @@ char *superlock_path; /* Set LOCK to the name of the lock file for the filename FILE. char *LOCK; Lisp_Object FILE; */ -#define MAKE_LOCK_PATH (lock, file) \ +#define MAKE_LOCK_PATH(lock, file) \ (lock = (char *) alloca (XSTRING (file)->size + strlen (lock_path) + 1), \ fill_in_lock_file_name (lock, (file))) -- cgit v1.2.1