ObjFW  Check-in [d94fe339fc]

Overview
Comment:platform.h: Add a define for HP-UX
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d94fe339fcd0a1f189a81ce7d1e637758464fbb79cd114f512ca233a89068ee5
User & Date: js on 2021-01-01 21:53:45
Other Links: manifest | tags
Context
2021-01-01
22:11
OFString: Manually handle NaN check-in: cd4fd689d6 user: js tags: trunk
21:53
platform.h: Add a define for HP-UX check-in: d94fe339fc user: js tags: trunk
21:52
Restore -O2 on HP-UX check-in: 66da30b8a9 user: js tags: trunk
Changes

Modified src/platform.h from [e661b43c0f] to [8334ca1000].

137
138
139
140
141
142
143


144
145
146
147
148
149
150
#elif defined(__amigaos__)
# define OF_AMIGAOS_M68K
# define OF_AMIGAOS
#elif defined(__sun__)
# define OF_SOLARIS
#elif defined(__QNX__)
# define OF_QNX


#elif defined(_PSP)
# define OF_PSP
#elif defined(__DJGPP__)
# define OF_DJGPP
# define OF_MSDOS
#elif defined(__riscos__)
# define OF_ACORN_RISC_OS







>
>







137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
#elif defined(__amigaos__)
# define OF_AMIGAOS_M68K
# define OF_AMIGAOS
#elif defined(__sun__)
# define OF_SOLARIS
#elif defined(__QNX__)
# define OF_QNX
#elif defined(__hpux__)
# define OF_HPUX
#elif defined(_PSP)
# define OF_PSP
#elif defined(__DJGPP__)
# define OF_DJGPP
# define OF_MSDOS
#elif defined(__riscos__)
# define OF_ACORN_RISC_OS