<トークン1>は予期しないものです。<トークン2>は見つかりません。
DEFINE
{
const integer OK_END = 0;
const integer NG_END = -1 // 「;」が指定されていません
const integer sloop_max = 30;
}
DEFINE
{
const integer OK_END = 0;
const integer NG_END = -1; // 「;」を追加しました
const integer sloop_max = 30;
}