ObjFW  Check-in [0e0416dc4a]

Overview
Comment:runtime: Adjust include guard to renamed header
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0e0416dc4a7fb51592080a69c03c4ce565175ee427e52274b97b8ec9365cd6d2
User & Date: js on 2019-07-27 17:30:49
Other Links: manifest | tags
Context
2019-07-27
18:48
configure: Minor cleanup check-in: 77e05475e2 user: js tags: trunk
17:30
runtime: Adjust include guard to renamed header check-in: 0e0416dc4a user: js tags: trunk
16:56
Make objc_method_description(_list) public check-in: d58ef51fc0 user: js tags: trunk
Changes

Modified src/runtime/ObjFWRT.h from [6e0f950f42] to [0d652d980c].

11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 *
 * Alternatively, it may be distributed under the terms of the GNU General
 * Public License, either version 2 or 3, which can be found in the file
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#ifndef __OBJFW_RUNTIME_H__
#define __OBJFW_RUNTIME_H__

#ifndef __STDC_LIMIT_MACROS
# define __STDC_LIMIT_MACROS
#endif
#ifndef __STDC_CONSTANT_MACROS
# define __STDC_CONSTANT_MACROS
#endif







|
|







11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 *
 * Alternatively, it may be distributed under the terms of the GNU General
 * Public License, either version 2 or 3, which can be found in the file
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#ifndef OBJFWRT_OBJFWRT_H
#define OBJFWRT_OBJFWRT_H

#ifndef __STDC_LIMIT_MACROS
# define __STDC_LIMIT_MACROS
#endif
#ifndef __STDC_CONSTANT_MACROS
# define __STDC_CONSTANT_MACROS
#endif