pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-10-23
1998-10-23 02:14:04 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8e3f358618af679b939a8a8bd4e44efae5273f09 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Got rid of a C++-style comment.
Rev: src/builtin_functions.c:1.135
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
134
1998/10/
15
18
:
54
:
31
grubba Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
135
1998/10/
23
02
:
14
:
04
grubba Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
799:
} } if (len == in->len) {
-
/
/
7bit string -- already valid utf8.
+
/
*
7bit string -- already valid utf8.
*/
pop_n_elems(args - 1); return; }