pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-08-22
2003-08-22 00:52:35 by Martin Nilsson <mani@lysator.liu.se>
33f4d05633e68dd0ef8c510afb6f1bb9c799d7c1 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Don't pretend return is a function.
Rev: lib/master.pike.in:1.295
Rev: lib/modules/Array.pmod:1.91
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
294
2003/08/
19
10
:
49
:
57
nilsson Exp $
+
// $Id: master.pike.in,v 1.
295
2003/08/
22
00
:
52
:
21
nilsson Exp $
#pike __REAL_VERSION__
1735:
} if (sizeof(tmp)) { if (sizeof(tmp) == 1) {
-
return
(
tmp[0]
)
;
+
return
tmp[0];
} return joinnode(tmp); }