unbelievable though it may be, emacs has its own crt0.c!!!
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 3 Apr 1994 22:34:17 +0000 (14:34 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 3 Apr 1994 22:34:17 +0000 (14:34 -0800)
SCCS-vsn: contrib/emacs-18.57/src/sysdep.c 5.3

usr/src/contrib/emacs-18.57/src/sysdep.c

index d482901..623837f 100644 (file)
@@ -63,6 +63,8 @@ extern char *sys_errlist[];
 #endif
 #endif
 
 #endif
 #endif
 
+char __progname[] = "emacs";
+
 #ifdef VMS
 #include <rms.h>
 #include <ttdef.h>
 #ifdef VMS
 #include <rms.h>
 #include <ttdef.h>