Changeset e06e2716 in mainline for uspace/lib/c/generic/malloc.c


Ignore:
Timestamp:
2011-05-22T19:17:56Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9ea8fdb4
Parents:
13f2461
Message:

Passing stringified LINE does not conserve space very well,
pass it as integer again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/malloc.c

    r13f2461 re06e2716  
    194194                if (!(expr)) {\
    195195                        futex_up(&malloc_futex); \
    196                         assert_abort(#expr, __FILE__, STR2(__LINE__)); \
     196                        assert_abort(#expr, __FILE__, __LINE__); \
    197197                } \
    198198        } while (0)
Note: See TracChangeset for help on using the changeset viewer.