mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 00:12:11 +00:00
changed "//" comment into /* */ because Aix C compiler can't handle C++-style comments
[SVN r12501]
This commit is contained in:
@@ -35,7 +35,7 @@ struct _PARSE {
|
||||
char *string1;
|
||||
int num;
|
||||
int refs;
|
||||
// module* module;
|
||||
/* module* module; */
|
||||
char* rulename;
|
||||
char* file;
|
||||
int line;
|
||||
|
||||
Reference in New Issue
Block a user