Changeset c699b0c in mainline for uspace/srv/fs/minixfs/mfs.h


Ignore:
Timestamp:
2011-09-04T13:12:33Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a5ee6c
Parents:
03bc76a
Message:

remove the on_error() macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs.h

    r03bc76a rc699b0c  
    5858#endif
    5959
    60 #define on_error(r, inst) do {  \
    61                                 if (r != EOK) inst;     \
    62                         }while(0)
    63 
    6460typedef uint32_t bitchunk_t;
    6561
Note: See TracChangeset for help on using the changeset viewer.