1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Fix usage of __OPT_i__

This commit is contained in:
Colin Leroy-Mira 2023-09-07 21:36:39 +02:00
parent cbc5603d63
commit 9669710cc3

View File

@ -31,7 +31,7 @@
#ifndef _ARPA_INET_H
#define _ARPA_INET_H
#ifndef __OPT_i__
#if (__OPT_i__ < 200)
int __fastcall__ ntohs (int val);
int __fastcall__ htons (int val);
#else