Ignore:
Timestamp:
11/24/2011 05:51:09 PM (11 years ago)
Author:
marcus
Message:

r260 | walther | 2011-11-24 17:04:40 +0100 (Do, 24. Nov 2011) | 1 Zeile

  • removing preprocessor statements, hopefully fixing #37
File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/source/seed_io/copy_recs.c

    r36 r499  
    291291                                } /*endif*/ 
    292292                        } /*endif*/ 
    293 #                       ifdef cBc_OS_LINUX 
    294293                        SeedSwapHeader( (SeedDataHeaderT *)seedrec ); 
    295 #                       endif 
    296294                        if  (fwrite((char *)seedrec,reclth,1,out) != 1)  { 
    297295                                fprintf( stderr, "%s: write error on file %s\n", 
     
    300298                                return 1; 
    301299                        } /*endif*/ 
    302 #                       ifdef cBc_OS_LINUX 
    303300                        SeedSwapHeader( (SeedDataHeaderT *)seedrec ); 
    304 #                       endif 
    305301                        last_reclth = reclth; 
    306302                } /*endif*/ 
Note: See TracChangeset for help on using the changeset viewer.