[Date Prev][Date Next] [Chronological] [Thread] [Top]

typo in rule.c? (ITS#2908)



Full_Name: Andrew Tristan
Version: 2.2.4
OS: SunOS 5.8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (66.215.202.98)


During the make process:

  Entering subdirectory librewrite
cc -g -I../../include -I../../include   -I/usr/local/include   -c  rule.c
"rule.c", line 193: syntax error before or at: /
"rule.c", line 377: cannot recover from previous errors
cc: acomp failed for rule.c
*** Error code 2

The offending lines:

    //mode &= ~REWRITE_RECURSE;
    //mode |= REWRITE_EXEC_ONCE;

Running:

$ cc -V
cc: Sun WorkShop 6 update 1 C 5.2 2000/09/11

Should those be C style comments?