pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-05-23
2014-05-23 19:48:31 by Arne Goedeke <el@laramies.com>
f8404e04ab5bf14645f6828160ef911a0278585a (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
push_text: bad return type
3062:
} }
-
PMOD_EXPORT push_text( const char *x )
+
PMOD_EXPORT
void
push_text( const char *x )
{ struct svalue *_sp_ = Pike_sp++; SET_SVAL_SUBTYPE(*_sp_, 0);