/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to libssts/Error.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-11-14 17:26:42 UTC
  • mfrom: (110 simpletypesystem_trunk)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: gustav.hartvigsson@gmail.com-20151114172642-qwrw5593xue49bgj
* Merged from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include <stdio.h>
36
36
#include <string.h>
37
37
 
38
 
BEGIN_DECLS
 
38
S_BEGIN_DECLS
39
39
 
40
40
/**
41
41
 * @defgroup SError SError
92
92
 * @breif
93
93
 * Holds the names of the string version of SDefaultErrorType.
94
94
 */
95
 
static schar * SDefaultErrorTypeName[] UNUSED = {
 
95
static schar * SDefaultErrorTypeName[] S_UNUSED = {
96
96
  "NONE",
97
97
  "INPUT/OUTPUT",
98
98
  "OVERFLOW",
201
201
 
202
202
/** @} */
203
203
 
204
 
END_DECLS
 
204
S_END_DECLS
205
205
 
206
206
#endif