summaryrefslogtreecommitdiff
path: root/src/__PREDEFINED_MACROS__/__LINE__.h
blob: c6acb1b1f72fef47dc72d19d4d39bd63e971df77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define __LINE__                                 /** source file line number **/

/***
is automatically defined by the compiler as the current logical source
line in the source file being compiled.

THIS() can be changed during compilation using PPDIR(line).
***/

/*
VALUE_TYPE(TYPE(int))
VALUE_FIXED(VAR(the current line number))
STDC(1)
*/