head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.05.27.13.49.54;	author ijliao;	state dead;
branches;
next	1.1;

1.1
date	2000.10.10.02.57.23;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@upgrade to 4.3.2

PR:		27273
Submitted by:	maintainer
@
text
@*** src/database.c.orig	Tue Apr 21 12:17:17 1998
--- src/database.c	Tue Mar  9 09:09:06 1999
***************
*** 73,78 ****
--- 73,85 ----
  
  #include        "database.h"
  
+ #if (defined(__unix__) || defined(unix)) && !defined(USG)
+ #include <sys/param.h>
+ #endif
+ 
+ #if defined(BSD)
+ #include <math.h>
+ #endif
  
  #ifndef	TRUE
  #define	TRUE	1
***************
*** 985,991 ****
--- 992,1002 ----
  
      sDBRemoveLeadingSpaces( sLine );
      sDBRemoveFirstString( sLine, sHead );
+ #if defined(linux) || defined(BSD)
+     sscanf( sHead, "%lg", dPDbl );
+ #else
      sscanf( sHead, "%lG", dPDbl );
+ #endif
  
  }
  
@


1.1
log
@Initiail version of nab (4.2)

PR:		21585
Submitted by:	M. L. Dodson <bdodson@@scms.utmb.EDU>
@
text
@@

