For avoiding illegal token error when parsing include files which have the UTF-8 BOM. Closes #75.
9 lines
110 B
OpenEdge ABL
9 lines
110 B
OpenEdge ABL
%module bom_utf8
|
|
|
|
/* Test for UTF8 BOM at start of file */
|
|
%inline %{
|
|
struct NotALotHere {
|
|
int n;
|
|
};
|
|
%}
|
|
|