Changeset 1693 in Sophya for trunk/ArchTOIPipe/Kernel


Ignore:
Timestamp:
Oct 14, 2001, 11:46:31 PM (24 years ago)
Author:
aubourg
Message:

final pour toisegment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/toisegment.cc

    r1692 r1693  
    88static void cout_lock() {pthread_mutex_lock(&cout_mutex);}
    99static void cout_unlock() {pthread_mutex_unlock(&cout_mutex);}
     10#define LOG(_xxx_)
     11/*
    1012#define LOG(_xxx_) \
    1113cout_lock(); \
    1214_xxx_; \
    1315cout_unlock();
    14 
     16*/
    1517
    1618/******************************/
Note: See TracChangeset for help on using the changeset viewer.