changeset 1910:f2c914cdc071

* buffer.h: Remove code which #includes "undo.h" if lint is defined. undo.h no longer exists.
author Jim Blandy <jimb@redhat.com>
date Mon, 22 Feb 1993 14:23:02 +0000
parents ea6c75bc0d38
children d9fc49956cd8
files src/buffer.h
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.h	Mon Feb 22 14:22:37 1993 +0000
+++ b/src/buffer.h	Mon Feb 22 14:23:02 1993 +0000
@@ -18,11 +18,6 @@
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#ifdef lint
-#include "undo.h"
-#endif /* lint */
-
-
 #ifdef USE_TEXT_PROPERTIES
 #define SET_PT(position) (set_point ((position), current_buffer))
 #define TEMP_SET_PT(position) (temp_set_point ((position), current_buffer))