pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-06-28
2000-06-28 16:59:00 by Fredrik Noring <noring@nocrew.org>
d72e8d00c9ae72194c75e4354e5d99c54e28e51c (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed forgotten err in combine_path.
Rev: src/builtin_functions.c:1.285
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
284
2000/06/
26
17
:
35
:
41
noring Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
285
2000/06/
28
16
:
59
:
00
noring Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
752:
char *my_cwd; char *cwdbuf = 0; int tmp;
+
ONERROR err;
SET_ONERROR(err, free_nonull, cwdbuf);