]> git.eshelyaron.com Git - emacs.git/commitdiff
(my_edata): Declare as char array, not int.
authorRichard M. Stallman <rms@gnu.org>
Tue, 21 Mar 1995 20:02:52 +0000 (20:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 21 Mar 1995 20:02:52 +0000 (20:02 +0000)
src/lastfile.c

index 6588a593c92c9206f994b6d8802ccc0746c99990..11cb8f00f2eb44be749e18cd841329235ac62fff 100644 (file)
@@ -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";
+