pike.git/
src/
array.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-07-08
2008-07-08 17:16:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b59b33ae406986ef2efdedd8dda304300b9935bb (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Got rid of C++-style comment.
Rev: src/array.c:1.213
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: array.c,v 1.
212
2008/07/
04
15
:
50
:
46
mast
Exp $
+
|| $Id: array.c,v 1.
213
2008/07/
08
17
:
16
:
41
grubba
Exp $
*/ #include "global.h"
2529:
return a; }
-
/
/
fprintf(stderr, "R");
+
/
*
fprintf(stderr, "R");
*/
ret=allocate_array_no_init(a->size,0); for(e=0;e<start;e++)