1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Clean up splint warnings:

- Inconsistencies between defines.h and estruct.h.
- Review scope of termio local variables.
- Type mismatch in utf8.
This commit is contained in:
2015-02-16 13:41:59 +08:00
parent e2be62323b
commit 4b2c50f6d2
4 changed files with 45 additions and 25 deletions

View File

@@ -1,3 +1,9 @@
/* defines.h -- */
#ifndef __DEFINES_H__
#define __DEFINES_H__
/* Must define one of
VMS | V7 | USG | BSD | MSDOS
*/
@@ -18,3 +24,7 @@
if smaller font or portrait orientation limit to 400x150 */
#define MAXCOL 400
#define MAXROW 150
#endif
/* end of defines.h */