/[emacs]/emacs/src/w32proc.c
ViewVC logotype

Diff of /emacs/src/w32proc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.51.2.3 by miles, Tue Jul 6 09:14:38 2004 UTC revision 1.51.2.4 by miles, Tue Jul 6 09:24:08 2004 UTC
# Line 1  Line 1 
1  /* Process support for GNU Emacs on the Microsoft W32 API.  /* Process support for GNU Emacs on the Microsoft W32 API.
2     Copyright (C) 1992, 1995, 1999, 2000, 2001 Free Software Foundation, Inc.     Copyright (C) 1992, 95, 99, 2000, 01, 04  Free Software Foundation, Inc.
3    
4  This file is part of GNU Emacs.  This file is part of GNU Emacs.
5    
# Line 367  create_child (char *exe, char *cmdline, Line 367  create_child (char *exe, char *cmdline,
367      cp->pid = -cp->pid;      cp->pid = -cp->pid;
368    
369    /* pid must fit in a Lisp_Int */    /* pid must fit in a Lisp_Int */
370    cp->pid = XUINT (make_number (cp->pid));    cp->pid = cp->pid & INTMASK;
371    
372    *pPid = cp->pid;    *pPid = cp->pid;
373    

Legend:
Removed from v.1.51.2.3  
changed lines
  Added in v.1.51.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26