diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-07-03 12:40:00 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-07-03 12:40:00 -0400 |
commit | 765c18f6f32d6e2123ac1aa1c4dcdd522b9faf48 (patch) | |
tree | 57875f0e93a279eeaac3f66eac6372405cdf4b60 /include | |
parent | 3475f4aa1603ac5793243f6c2766d4cde6cdf6a1 (diff) |
For non-debug builds, leave out source location info in what is shown to user
Diffstat (limited to 'include')
-rw-r--r-- | include/urweb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/urweb.h b/include/urweb.h index 4c1489c9..240623ee 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -340,4 +340,6 @@ uw_Basis_time *uw_Basis_readUtc(uw_context, uw_Basis_string); void uw_isPost(uw_context); uw_Basis_bool uw_Basis_currentUrlHasPost(uw_context); +void uw_cutErrorLocation(char *); + #endif |