showlist.cpp (bed-3.0.3.src.tar.xz) | : | showlist.cpp (bed-3.1.0.src.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 37 | skipping to change at line 37 | |||
#include <strings.h> | #include <strings.h> | |||
#include <stdio.h> | #include <stdio.h> | |||
#include <ctype.h> | #include <ctype.h> | |||
#include <alloca.h> | #include <alloca.h> | |||
#undef isprint | #undef isprint | |||
#define isprint(x) ((x)>31&&(x)<127) | #define isprint(x) ((x)>31&&(x)<127) | |||
#include <unistd.h> | #include <unistd.h> | |||
#include <sys/param.h> | #include <sys/param.h> | |||
#include <sys/stat.h> | #include <sys/stat.h> | |||
#include <unistd.h> | #include <unistd.h> | |||
#ifndef __MINGW32__ | ||||
#include <pwd.h> | #include <pwd.h> | |||
#include <grp.h> | #include <grp.h> | |||
#include <sys/types.h> | #include <sys/types.h> | |||
#endif | ||||
#include <assert.h> | #include <assert.h> | |||
#include "dialog.h" | #include "dialog.h" | |||
#include "screen.h" | #include "screen.h" | |||
#include "system.h" | #include "system.h" | |||
#include "readconfig.h" | #include "readconfig.h" | |||
#include "onlykey.h" | #include "onlykey.h" | |||
#include "keyinput.h" | #include "keyinput.h" | |||
#include "myalloc.h" | #include "myalloc.h" | |||
#define trefresh(x) | #define trefresh(x) | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |