Ignore:
Timestamp:
03/09/2011 04:55:49 PM (12 years ago)
Author:
marcus
Message:

r180 | walther | 2011-03-09 16:27:03 +0100 (Mi, 09 Mär 2011) | 3 lines

Merging most of the changes from marcus' branch. For full details please see
http://www.seismic-handler.org/portal/log/SH_SHM/branches/marcus?revs=101-106,123-171

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/source/seismhan.c

    r322 r341  
    33 *      ========== 
    44 * 
    5  * $Revision: 161 $, $Date: 2011-02-10 17:00:59 +0100 (Do, 10 Feb 2011) $ 
     5 * $Revision: 180 $, $Date: 2011-03-09 16:27:03 +0100 (Mi, 09 MÀr 2011) $ 
    66 * 
    77 * main module of seismhandler program, command line version 
     
    5959#endif 
    6060 
    61 /* VAX specific routines (usually FORTRAN subroutines) */ 
    62 #ifdef BC_GRFVAX 
    63 #include "[-.local]fctxmngrf.h" 
    64 #endif /* BC_GRFVAX */ 
    65  
    6661/* machine dependent path strings */ 
    6762#include BC_SHDIRS 
     
    231226        SqlDeleteScratchFile(); 
    232227 
    233 #       ifndef BC_VAX 
    234         return 0; 
    235 #       endif /* BC_VAX */ 
    236228 
    237229} /* end of main */ 
Note: See TracChangeset for help on using the changeset viewer.