[BACK]Return to outline.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mit / expat / dist / examples

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mit/expat/dist/examples/outline.c between version 1.1.1.1.10.1 and 1.1.1.1.10.2

version 1.1.1.1.10.1, 2017/02/19 07:25:36 version 1.1.1.1.10.2, 2017/06/21 16:41:41
Line 25 
Line 25 
 #include <stdio.h>  #include <stdio.h>
 #include <expat.h>  #include <expat.h>
   
 #if defined(__amigaos__) && defined(__USE_INLINE__)  
 #include <proto/expat.h>  
 #endif  
   
 #ifdef XML_LARGE_SIZE  #ifdef XML_LARGE_SIZE
 #if defined(XML_USE_MSC_EXTENSIONS) && _MSC_VER < 1400  #if defined(XML_USE_MSC_EXTENSIONS) && _MSC_VER < 1400
 #define XML_FMT_INT_MOD "I64"  #define XML_FMT_INT_MOD "I64"

Legend:
Removed from v.1.1.1.1.10.1  
changed lines
  Added in v.1.1.1.1.10.2

CVSweb <webmaster@jp.NetBSD.org>