mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
Don't declare exit or perror.
This commit is contained in:
parent
f662f9b05b
commit
3dc64903b8
@ -12,11 +12,6 @@
|
||||
#define TRUE (1)
|
||||
#define FALSE (0)
|
||||
|
||||
#ifndef MSDOS
|
||||
/* Defined volatile by std.h in MsDos. */
|
||||
extern void exit (), perror ();
|
||||
#endif
|
||||
|
||||
int base = DEFAULT_BASE, un_flag = FALSE, iso_flag = FALSE, endian = 1;
|
||||
int group_by = DEFAULT_GROUPING;
|
||||
char *progname;
|
||||
|
Loading…
Reference in New Issue
Block a user