ObjFW  Diff

Differences From Artifact [9e82925ad3]:

To Artifact [ea041816ca]:


12
13
14
15
16
17
18
19
20


21
 * 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.
 */

#include "config.h"

#ifdef __x86_64__
# include "apple-forwarding-x86_64.S"


#endif







|

>
>

12
13
14
15
16
17
18
19
20
21
22
23
 * 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.
 */

#include "config.h"

#if defined(__x86_64__)
# include "apple-forwarding-x86_64.S"
#elif defined(__i386__)
# include "apple-forwarding-i386.S"
#endif