diff src/emacs.c @ 4977:2bf7c51d7101

Automatic merge
author Ben Wing <ben@xemacs.org>
date Fri, 05 Feb 2010 04:28:08 -0600
parents 16112448d484 3bf1b0f0c391
children 3c3c1d139863
line wrap: on
line diff
--- a/src/emacs.c	Thu Feb 04 07:28:14 2010 -0600
+++ b/src/emacs.c	Fri Feb 05 04:28:08 2010 -0600
@@ -937,7 +937,7 @@
 #define SHEBANG_PROGNAME_LENGTH                                         \
   (int)((sizeof (WEXTSTRING (SHEBANG_PROGNAME)) - sizeof (WEXTSTRING (""))))
 #define SHEBANG_EXE_PROGNAME_LENGTH			\
-  (int)(sizeof (WEXTSTRING (SHEBANG_PROGNAME ".exe"))	\
+  (int)(sizeof (WEXTSTRING (SHEBANG_PROGNAME) WEXTSTRING (".exe"))	\
         - sizeof (WEXTSTRING ("")))
 
   {