mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-10 04:21:02 +00:00
10 lines
269 B
C
10 lines
269 B
C
|
// closure.d -fix && rettung meines syntax-highlightings, sagt elridion
|
||
|
|
||
|
#define CL_INDEX (#'[)
|
||
|
#define CL_IF (#'?)
|
||
|
#define CL_NIF (#'?!)
|
||
|
#define CL_RANGE (#'[..])
|
||
|
#define CL_L_RANGE (#'[..)
|
||
|
#define CL_LOWER_CASE (#'lower_case)
|
||
|
|