View | Details | Raw Unified | Return to bug 46475
Collapse All | Expand All

(-)gri.new/files/patch-ac (-2 / +11 lines)
Lines 1-5 Link Here
1
--- gr.hh.orig	Fri Oct 25 01:19:27 2002
1
--- gr.hh.orig	Mon Dec 23 04:06:38 2002
2
+++ gr.hh	Fri Oct 25 01:20:38 2002
2
+++ gr.hh	Mon Dec 23 04:08:51 2002
3
@@ -28,7 +28,7 @@
3
@@ -28,7 +28,7 @@
4
 #if STDC_HEADERS
4
 #if STDC_HEADERS
5
 #include        <stdlib.h>
5
 #include        <stdlib.h>
Lines 9-11 Link Here
9
 #include        <malloc.h>
9
 #include        <malloc.h>
10
 #endif				// not MSDOS
10
 #endif				// not MSDOS
11
 #endif				// Doesn't have stdlib
11
 #endif				// Doesn't have stdlib
12
@@ -345,7 +345,7 @@
13
 #endif
14
 
15
 // Time type (time_t, int, or long) varies per machine (ug).
16
-#if defined(VMS) || defined(MSDOS) || defined(IS_DEC_ALPHA) || defined(AIX)
17
+#if defined(VMS) || defined(MSDOS) || defined(IS_DEC_ALPHA) || defined(AIX) || defined(__FreeBSD__)
18
 #define SECOND_TYPE time_t
19
 #else
20
 #if defined(__DECCXX)
(-)gri.new/files/patch-rpncalc.cc (+11 lines)
Line 0 Link Here
1
--- rpncalc.cc.orig	Mon Dec 23 04:10:17 2002
2
+++ rpncalc.cc	Mon Dec 23 04:10:33 2002
3
@@ -1801,7 +1801,7 @@
4
 
5
 // Used by rpn.cc also, in case of stack overflow
6
 bool
7
-print_rpn_stack(const char *msg="")
8
+print_rpn_stack(const char *msg)
9
 {
10
 	int             i;
11
 	int             stack_len = rS.size();

Return to bug 46475