Changeset 2634 for trunk


Ignore:
Timestamp:
Oct 16, 2011, 1:54:00 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/pymolproxy/pymolproxy2.c

    r2633 r2634  
    18881888
    18891889static void
    1890 DoExit(int code)
    1891 {
    1892 #if KEEPSTATS
    1893     WriteStats("pymolproxy", code);
    1894 #endif
    1895    
    1896     exit(code);
    1897 }
    1898 
    1899 static void
    19001890ChildHandler(int sigNum)
    19011891{
     
    20542044
    20552045    Tcl_DeleteInterp(p->interp);
     2046#if KEEPSTATS
     2047    WriteStats("pymolproxy", 0);
     2048#endif
    20562049
    20572050#if DEBUG
Note: See TracChangeset for help on using the changeset viewer.