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:
10
defines.h
10
defines.h
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user