mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
9 lines
269 B
C
9 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)
|
|
|