[BACK]Return to ox.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / include

Diff for /OpenXM_contrib2/asir2000/include/ox.h between version 1.16 and 1.17

version 1.16, 2001/12/27 07:51:16 version 1.17, 2003/01/28 08:38:58
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/include/ox.h,v 1.15 2001/12/25 02:39:04 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/ox.h,v 1.16 2001/12/27 07:51:16 noro Exp $
 */  */
 #include "com.h"  #include "com.h"
   
Line 172  extern struct IOFP iofp[];
Line 172  extern struct IOFP iofp[];
   
 extern char *parse_strp;  extern char *parse_strp;
   
   #if 0
 #define LBUFSIZ BUFSIZ*10  #define LBUFSIZ BUFSIZ*10
   #else
   #define LBUFSIZ BUFSIZ
   #endif
   
 /* prototypes */  /* prototypes */
   

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>