Lines 97-103
Link Here
|
97 |
example, a value of 2 might print `1234 5678' where a value of 1 |
97 |
example, a value of 2 might print `1234 5678' where a value of 1 |
98 |
would print `12 34 56 78'. The default value is 4. */ |
98 |
would print `12 34 56 78'. The default value is 4. */ |
99 |
|
99 |
|
100 |
#define LEX_DOLLAR 0 |
100 |
#undef LEX_DOLLAR |
101 |
/* MSP430 port does not use `$' as a logical line separator */ |
101 |
/* MSP430 port does not use `$' as a logical line separator */ |
102 |
|
102 |
|
103 |
#define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 |
103 |
#define TC_IMPLICIT_LCOMM_ALIGNMENT(SIZE, P2VAR) (P2VAR) = 0 |