Project

General

Profile

Actions

Bug #13059

closed

"regcomp.c", line 2236: error: syntax error near `/' with old fcc on Solaris 10

Added by ngoto (Naohisa Goto) over 7 years ago. Updated over 7 years ago.

Status:
Closed
Target version:
-
[ruby-dev:49909]

Description

おそらく r57045 以降、Solaris 10 上の古いfcc(Fujitsu C Compiler)にて、以下のコンパイルエラーが発生します。

"regcomp.c", line 2236: error: syntax error near `/'

該当部分は以下のとおりで、古いfccがC99/C++形式のコメントを受け付けてくれないのが原因です。

          *min = 0;  // recursive
Actions

Also available in: Atom PDF

Like0
Like0