Changeset 140 for trunk/src/sh_mem.c


Ignore:
Timestamp:
Oct 29, 2007, 1:09:10 AM (17 years ago)
Author:
rainer
Message:

Utility function for threaded modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_mem.c

    r139 r140  
    256256          eblock = 1;
    257257          (void) safe_logger (0, 0, NULL);
    258           /*
    259           sh_error_handle ((-1), FIL__, __LINE__, 0, MSG_E_MMEM,
    260                            file, line);
    261           */
    262258          eblock = 0;
    263259        }
     
    348344          eblock = 1;
    349345          (void) safe_logger(0, 0, NULL);
    350           /*
    351           sh_error_handle ((-1), FIL__, __LINE__, 0, MSG_E_MMEM,
    352                            file, line);
    353           */
    354346          eblock = 0;
    355347        }
     
    491483          eblock = 1;
    492484          (void) safe_logger(0, 0, NULL);
    493           /*
    494           sh_error_handle ((-1), FIL__, __LINE__, 0, MSG_E_MMEM);
    495           */
    496485          eblock = 0;
    497486        }
Note: See TracChangeset for help on using the changeset viewer.