Re: ifile won't compile

Jason Rennie <[email protected]> Thu, 22 May 2003 15:35:01 -0400
Newsgroups gmane.mail.ifile.devel
Message-ID <[email protected]>
[email protected] said:
> What's wrong??? 

Edit opts.c and change

      // Error if -c used, but not -q or -Q

to

      /* Error if -c used, but not -q or -Q */

If that works, we'll make the change to the repository.  My guess is that
your compiler isn't recognizing C++ style comments.

Jason