Changeset 02a99d2 in mainline for src/synch/rwlock.c


Ignore:
Timestamp:
2005-05-11T19:51:55Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
69515260
Parents:
45671f48
Message:

NDEBUG debug symbol, ASSERT debug macro, fancier panic() in debug mode
indentation fixes, ASSERTs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/synch/rwlock.c

    r45671f48 r02a99d2  
    185185                                break;
    186186                        case ESYNCH_OK_ATOMIC:
    187                                 panic(PANIC "_mutex_lock_timeout()==ESYNCH_OK_ATOMIC");
     187                                panic("_mutex_lock_timeout()==ESYNCH_OK_ATOMIC");
    188188                                break;
    189189                        dafault:
    190                                 panic(PANIC "invalid ESYNCH");
     190                                panic("invalid ESYNCH");
    191191                                break;
    192192                }
Note: See TracChangeset for help on using the changeset viewer.