1998-05-23
1998-05-23 14:46:29 by Mattias Wingstedt <mattias@wingstedt.org>
-
beb1f29b461203b0d366cb7026388578c6813ac7
(7 lines)
(+4/-3)
[
Show
| Annotate
]
Branch: 5.2
o Now without syntax errors?
Rev: server/base_server/configuration.pike:1.134
1:
- string cvs_version = "$Id: configuration.pike,v 1.133 1998/05/23 14:43:51 wing Exp $";
+ string cvs_version = "$Id: configuration.pike,v 1.134 1998/05/23 14:46:29 wing Exp $";
#include <module.h>
#include <roxen.h>
1018: Inside #if defined(THREADS)
if (l != -1)
{
// Allow recursive locks.
- catch({
+ catch{
//perror("lock %O\n", f);
locked[f]++;
key = l();
- });
+ };
} else
thread_safe[f]++;
} else if (f->thread_safe) {