remove non-portable test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9877 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
394eb13737
commit
c70e98d185
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ void test_nonzero(double NONZERO) {
|
|||
void test_nonnull(void *NONNULL) {
|
||||
}
|
||||
|
||||
/* These generated non-portable code and there isn't an obvious fix
|
||||
|
||||
void test_align8(void *ALIGN8) {
|
||||
}
|
||||
|
||||
|
|
@ -28,5 +30,6 @@ void test_align4(void *ALIGN4) {
|
|||
|
||||
void test_align2(void *ALIGN2) {
|
||||
}
|
||||
*/
|
||||
%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue