projects
/
chise
/
xemacs-chise.git.1
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
(JC3-8DF4): Map to U+65F4 instead of U+65F0.
[chise/xemacs-chise.git.1]
/
src
/
s
/
bsdos4.h
1
#include "bsdos3.h"
2
3
/* BSD/OS seems to have switched to ELF format for executables. */
4
#ifdef __ELF__
5
6
#undef ORDINARY_LINK
7
#define ORDINARY_LINK 1
8
#define UNEXEC unexelf.o
9
10
#endif /* ELF */