pike.git/
src/
error.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:25:06 by Bill Welliver <bill@welliver.org>
5d1dd21a37f736bcc8ce0f20b668b0dc0c740866 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
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))