head	1.2;
access;
symbols
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1
	old_RELEASE_4_4_0:1.1
	old_RELEASE_4_3_0:1.1
	old_RELEASE_4_2_0:1.1
	old_RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.06.26.09.15.52;	author marcus;	state dead;
branches;
next	1.1;

1.1
date	2000.07.25.11.00.39;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove librep2.  librep and librep2 are now in sync.
@
text
@--- src/numbers.c	2000/07/25 10:40:48	1.1
+++ src/numbers.c	2000/07/25 10:42:00
@@@@ -80,6 +80,11 @@@@
 # endif
 #endif
 
+#ifdef __FreeBSD__
+#  define LONG_LONG_MIN LONG_MIN
+#  define LONG_LONG_MAX LONG_MAX
+#endif
+
 typedef struct {
     repv car;
 #ifdef HAVE_GMP
@


1.1
log
@Update to 0.12.4.
@
text
@@

