Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita9bfcf4

Browse files
committed
PORT NeXT requires an isascii() define...put it in config.h, most likely
*should* have gone into the ports directory, but hopefully *someday* we'llbe able to get rid of that?
1 parent151d484 commita9bfcf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/include/config.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@
140140

141141
/* does anybody use this? */
142142
#if defined(next)
143+
# if defined(__STRICT_ANSI__)
144+
# defineisascii(c) ((unsigned)(c)<=0177)
145+
# endif
143146
# defineUSE_LIMITS_H
144147
# defineJMP_BUF
145148
# defineNEED_SIG_JMP

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp