Compare commits
2 Commits
6d5f04e44b
...
fb8d29fa3e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb8d29fa3e | ||
|
|
d15d0454d5 |
@@ -1177,7 +1177,7 @@ top:
|
||||
is_directive_omp = 1; /*OMP*/
|
||||
--lines_returned; /*OMP*/
|
||||
goto top;/*OMP*/
|
||||
} else {
|
||||
} else if(SAPFOR==0) {
|
||||
warn_line("Ignoring line with OpenMP conditional compilation sentinel ($)", 664, lines_returned);
|
||||
prefix[1] ='!';
|
||||
}
|
||||
@@ -1203,7 +1203,7 @@ top:
|
||||
is_directive_omp = 1; /*OMP*/
|
||||
-- lines_returned; /*OMP*/
|
||||
goto body; /*OMP*/
|
||||
} else {
|
||||
} else if(SAPFOR==0) {
|
||||
warn_line("Ignoring OpenMP derective", 664, lines_returned);
|
||||
prefix[1] = '!';
|
||||
}
|
||||
@@ -1521,7 +1521,7 @@ top:
|
||||
is_directive_omp = 1; /*OMP*/
|
||||
--lines_returned; /*OMP*/
|
||||
goto top;/*OMP*/
|
||||
} else { /*OMP*/
|
||||
} else if(SAPFOR==0) { /*OMP*/
|
||||
warn_line("Ignoring line with OpenMP conditional compilation sentinel ($)", 664, lines_returned); /*OMP*/
|
||||
prefix[1] ='!'; /*OMP*/
|
||||
}
|
||||
@@ -1543,7 +1543,7 @@ top:
|
||||
is_directive_hpf = 1; /*OMP*/
|
||||
is_directive_omp = 1; /*OMP podd*/
|
||||
goto body; /*OMP*/
|
||||
} else { /*OMP*/
|
||||
} else if(SAPFOR==0) { /*OMP*/
|
||||
warn_line("Ignoring OpenMP derective", 664, lines_returned); /*OMP*/
|
||||
prefix[1] = '!'; /*OMP*/
|
||||
} /*OMP*/
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION_SPF "2227"
|
||||
#define VERSION_SPF "2228"
|
||||
|
||||
Reference in New Issue
Block a user