Show
Ignore:
Timestamp:
04/10/05 21:31:27 (4 years ago)
Author:
miyoshi
Message:

* lib-src: Sync up with Emacs CVS HEAD.

* lwlib: Ditto.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/lib-src/ntlib.c

    r3104 r3684  
    6060 
    6161  ppid = getenv ("EM_PARENT_PROCESS_ID"); 
    62   if (!ppid)  
     62  if (!ppid) 
    6363    { 
    6464      printf("no pid.\n"); 
    6565      return 0; 
    66     }  
    67   else  
     66    } 
     67  else 
    6868    { 
    6969      getppid_ppid = atoi (ppid); 
    7070    } 
    7171 
    72   if (!getppid_parent)  
     72  if (!getppid_parent) 
    7373    { 
    7474      getppid_parent = OpenProcess (SYNCHRONIZE, FALSE, atoi(ppid)); 
    75       if (!getppid_parent)  
     75      if (!getppid_parent) 
    7676        { 
    7777          printf ("Failed to open handle to parent process: %d\n", 
     
    8282 
    8383  result = WaitForSingleObject (getppid_parent, 0); 
    84   switch (result)  
     84  switch (result) 
    8585    { 
    8686    case WAIT_TIMEOUT: 
     
    189189 
    190190/* Place a wrapper around the MSVC version of ctime.  It returns NULL 
    191    on network directories, so we handle that case here.   
     191   on network directories, so we handle that case here. 
    192192   (Ulrich Leodolter, 1/11/95).  */ 
    193193char * 
     
    209209  return _chdir (path); 
    210210} 
     211 
     212/* arch-tag: 7b63fb83-70ee-4124-8822-54e53e5d0773 
     213   (do not change this comment) */