mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
21 lines
352 B
Plaintext
21 lines
352 B
Plaintext
$include
|
|
$line
|
|
$define
|
|
$undef
|
|
$ifdef
|
|
$ifndef
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["directive", "$include"],
|
|
["directive", "$line"],
|
|
["directive", "$define"],
|
|
["directive", "$undef"],
|
|
["directive", "$ifdef"],
|
|
["directive", "$ifndef"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for preprocessor directives. |