# HG changeset patch # User Richard M. Stallman # Date 797500062 0 # Node ID beecf2972ed37f740fb515c6c1b770c47b0a812c # Parent 2fc5320e4a99f371f27f2abd577b7784a02b6bfc (struct frame): Use `struct kboard', not KBOARD. diff -r 2fc5320e4a99 -r beecf2972ed3 src/frame.h --- a/src/frame.h Mon Apr 10 07:46:48 1995 +0000 +++ b/src/frame.h Mon Apr 10 07:47:42 1995 +0000 @@ -170,7 +170,7 @@ /* A pointer to the kboard structure associated with this frame. For termcap frames, this points to initial_kboard. For X frames, it will be the same as display.x->display_info->kboard. */ - KBOARD *kboard; + struct kboard *kboard; #endif /* Number of lines of menu bar. */