ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
Root Listing
root
/
radiance
/
src
/
common
/
standard.h
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
(
Generate patch
)
Comparing src/common/standard.h (file contents):
Revision
2.10
by
gregl
, Fri Nov 14 12:31:06 1997 UTC vs.
Revision
2.11
by
gregl
, Fri Jan 16 10:43:54 1998 UTC
#
Line 28
|
Line 28
|
typedef struct {
28
29
#ifndef PI
30
#ifdef M_PI
31
<
#define PI M_PI
31
>
#define PI ((double)M_PI)
32
#else
33
#define PI 3.14159265358979323846
34
#endif
Diff Legend
–
Removed lines
+
Added lines
<
Changed lines
>
Changed lines