ObjFW  Diff

Differences From Artifact [b2aed0c6f3]:

To Artifact [f7f55d0f21]:


112
113
114
115
116
117
118

119

120
121
122
123
124
125
126
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128







+

+







} of_number_type_t;

/*!
 * @class OFNumber OFNumber.h ObjFW/OFNumber.h
 *
 * @brief Provides a way to store a number in an object.
 */
#ifndef OF_NUMBER_M
OF_SUBCLASSING_RESTRICTED
#endif
@interface OFNumber: OFValue <OFComparing, OFSerialization,
    OFJSONRepresentation, OFMessagePackRepresentation>
{
	union of_number_value {
		bool		   bool_;
		signed char	   sChar;
		signed short	   sShort;