| 6 |
and semantics are as close as possible to those of the Perl 5 language. |
and semantics are as close as possible to those of the Perl 5 language. |
| 7 |
|
|
| 8 |
Written by Philip Hazel |
Written by Philip Hazel |
| 9 |
Copyright (c) 1997-2008 University of Cambridge |
Copyright (c) 1997-2009 University of Cambridge |
| 10 |
|
|
| 11 |
----------------------------------------------------------------------------- |
----------------------------------------------------------------------------- |
| 12 |
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
| 128 |
{ |
{ |
| 129 |
*internal_study = *study; /* To copy other fields */ |
*internal_study = *study; /* To copy other fields */ |
| 130 |
internal_study->size = byteflip(study->size, sizeof(study->size)); |
internal_study->size = byteflip(study->size, sizeof(study->size)); |
| 131 |
internal_study->options = byteflip(study->options, sizeof(study->options)); |
internal_study->flags = byteflip(study->flags, sizeof(study->flags)); |
| 132 |
|
internal_study->minlength = byteflip(study->minlength, |
| 133 |
|
sizeof(study->minlength)); |
| 134 |
} |
} |
| 135 |
|
|
| 136 |
return internal_re; |
return internal_re; |