pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-26
2014-08-26 09:02:32 by Stephen R. van den Berg <srb@cuci.nl>
f774b30191cb4a0ad8b5523777bcca2560142c38 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Correct prototype.
3208:
*! @[add()] */ PIKEFUN int addat(int(0..) pos, string ... arg1 )
-
rawtype tFuncV(
tNone
, tOr(tString, tObjIs_BUFFER), tIntPos);
+
rawtype tFuncV(
tIntPos
, tOr(tString, tObjIs_BUFFER), tIntPos);
{ struct Buffer_struct *str = THIS;