pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:26:28 by Arne Goedeke <el@laramies.com>
3a94786e0ebbf0b977b4d5789686b9d455ada49f (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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);