mirror of
https://github.com/rfivet/uemacs.git
synced 2025-11-23 11:41:15 -05:00
uemacs: Compiles on Mac OS X.
Compiles on Mac OS X 10.6.4. setmode() is renamed to setemode() to avoid conflict with OS X's unistd.h's setmode(). Modify Makefile to enable the appropriate DEFINES to compile on Mac OS X. Signed-off-by: Yong Luk Stanley Elijah Goh <stan@t0xt.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
834bfd37aa
commit
89fea23de5
2
efunc.h
2
efunc.h
@@ -107,7 +107,7 @@ extern int indent(int f, int n);
|
||||
extern int forwdel(int f, int n);
|
||||
extern int backdel(int f, int n);
|
||||
extern int killtext(int f, int n);
|
||||
extern int setmode(int f, int n);
|
||||
extern int setemode(int f, int n);
|
||||
extern int delmode(int f, int n);
|
||||
extern int setgmode(int f, int n);
|
||||
extern int delgmode(int f, int n);
|
||||
|
||||
Reference in New Issue
Block a user