pike.git/
src/
error.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-01-10
2014-01-10 01:00:08 by Bill Welliver <bill@welliver.org>
37f25f066869f4f5645288a9913ed65d53b14cfd (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
API: throw_severity should be exported.
237:
} PMOD_EXPORT struct svalue throw_value = SVALUE_INIT_FREE;
-
int throw_severity;
+
PMOD_EXPORT
int throw_severity;
static const char *in_error; PMOD_EXPORT DECLSPEC(noreturn) void low_error(const char *buf) ATTRIBUTE((noreturn))