/[pcre]/code/trunk/pcre16_ord2utf16.c
ViewVC logotype

Diff of /code/trunk/pcre16_ord2utf16.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

code/branches/pcre16/pcre16_ord2utf16.c revision 794 by zherczeg, Thu Dec 8 07:36:41 2011 UTC code/trunk/pcre16_ord2utf16.c revision 836 by ph10, Wed Dec 28 17:16:11 2011 UTC
# Line 6  Line 6 
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
# Line 87  return 2; Line 87  return 2;
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  }  }

Legend:
Removed from v.794  
changed lines
  Added in v.836

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12