Deleted Added
full compact
ed.h (167466) ed.h (195609)
1/* $Header: /p/tcsh/cvsroot/tcsh/ed.h,v 3.49 2006/08/23 15:03:13 christos Exp $ */
1/* $Header: /p/tcsh/cvsroot/tcsh/ed.h,v 3.50 2007/07/05 14:13:06 christos Exp $ */
2/*
3 * ed.h: Editor declarations and globals
4 */
5/*-
6 * Copyright (c) 1980, 1991 The Regents of the University of California.
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without

--- 28 unchanged lines hidden (view full) ---

38#endif
39
40#define MAXMACROLEVELS 10 /* max number of nested kbd macros */
41
42#ifndef WINNT_NATIVE
43# define NT_NUM_KEYS 256
44#endif /* WINNT_NATIVE */
45
2/*
3 * ed.h: Editor declarations and globals
4 */
5/*-
6 * Copyright (c) 1980, 1991 The Regents of the University of California.
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without

--- 28 unchanged lines hidden (view full) ---

38#endif
39
40#define MAXMACROLEVELS 10 /* max number of nested kbd macros */
41
42#ifndef WINNT_NATIVE
43# define NT_NUM_KEYS 256
44#endif /* WINNT_NATIVE */
45
46#ifdef __QNXNTO__
47#undef min
48#undef max
49#endif
50
46/****************************************************************************/
47/* stuff for the different states returned by the character editor routines */
48/****************************************************************************/
49
50#define CCRETVAL char /* size needed for the different char editor */
51 /* return values */
52
53#define KEYCMD unsigned char /* size needed to index into CcFuncTbl */

--- 197 unchanged lines hidden ---
51/****************************************************************************/
52/* stuff for the different states returned by the character editor routines */
53/****************************************************************************/
54
55#define CCRETVAL char /* size needed for the different char editor */
56 /* return values */
57
58#define KEYCMD unsigned char /* size needed to index into CcFuncTbl */

--- 197 unchanged lines hidden ---