HaikuBook: escape the # character as it implies a link request
Change-Id: I9100d74fb3af9298b3386bea02c4a5818c45296b
This commit is contained in:
parent
f125de8cc8
commit
2aad295eb2
@ -22,7 +22,7 @@ POSIX standards. The BSD extensions are enabled by default unless a specific
|
|||||||
version of the C standard is requested from the compiler command line (for
|
version of the C standard is requested from the compiler command line (for
|
||||||
example by using the --std=c99 switch). In case you want to set the compiler
|
example by using the --std=c99 switch). In case you want to set the compiler
|
||||||
to strict C99 but still use these extensions, you need to define _DEFAULT_SOURCE
|
to strict C99 but still use these extensions, you need to define _DEFAULT_SOURCE
|
||||||
(with a #define preprocessor directive, or from the command line).
|
(with a \#define preprocessor directive, or from the command line).
|
||||||
|
|
||||||
The GNU extensions are not enabled by default, but can be enabled by defining
|
The GNU extensions are not enabled by default, but can be enabled by defining
|
||||||
_GNU_SOURCE.
|
_GNU_SOURCE.
|
||||||
|
Loading…
Reference in New Issue
Block a user