| 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-2012 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 |
| 87 |
|
|
| 88 |
#else /* SUPPORT_UTF */ |
#else /* SUPPORT_UTF */ |
| 89 |
(void)(cvalue); /* Keep compiler happy; this function won't ever be */ |
(void)(cvalue); /* Keep compiler happy; this function won't ever be */ |
| 90 |
(void)(buffer); /* called when SUPPORT_UTF8 is not defined. */ |
(void)(buffer); /* called when SUPPORT_UTF is not defined. */ |
| 91 |
return 0; |
return 0; |
| 92 |
#endif /* SUPPORT_UTF */ |
#endif /* SUPPORT_UTF */ |
| 93 |
} |
} |