9 lines
124 B
OpenEdge ABL
9 lines
124 B
OpenEdge ABL
|
|
%module xxx
|
||
|
|
|
||
|
|
#define foo(a,x) a+x
|
||
|
|
#define foo 4
|
||
|
|
|
||
|
|
/* Should not generate an error */
|
||
|
|
#define foo 4
|
||
|
|
|