Changeset 6b4c64a in mainline


Ignore:
Timestamp:
2011-07-01T21:49:21Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a43fbc95
Parents:
b52ef5a
Message:

stdbool.h: Fix the error line.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/stdbool.h

    rb52ef5a r6b4c64a  
    4040
    4141#ifdef LIBC_BOOL_H_
    42         #error You can't include bool.h and stdbool.h at the same time.
     42        #error "You can't include bool.h and stdbool.h at the same time."
    4343#endif
    4444#define LIBC_BOOL_H_
Note: See TracChangeset for help on using the changeset viewer.