From bb8a51f54d1067cb88439e5be6e2eb83ca969f20 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 21 Mar 1995 20:02:52 +0000 Subject: [PATCH] (my_edata): Declare as char array, not int. --- src/lastfile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lastfile.c b/src/lastfile.c index 6588a593c92..11cb8f00f2e 100644 --- a/src/lastfile.c +++ b/src/lastfile.c @@ -35,4 +35,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ coming from libraries. */ -char my_edata = 0; +char my_edata[] = "End of Emacs initialized data"; + -- 2.39.5