sysdefs.h: Fix a comment.
This commit is contained in:
parent
6e89ab58b0
commit
e81b9fc48c
|
@ -127,7 +127,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
// Pre-C99 systems lack stdbool.h. All the code in LZMA Utils must be written
|
// Pre-C99 systems lack stdbool.h. All the code in XZ Utils must be written
|
||||||
// so that it works with fake bool type, for example:
|
// so that it works with fake bool type, for example:
|
||||||
//
|
//
|
||||||
// bool foo = (flags & 0x100) != 0;
|
// bool foo = (flags & 0x100) != 0;
|
||||||
|
|
Loading…
Reference in New Issue